Files
EdgeCommon/pkg/serverconfigs/http_cache_storage_memory.go

9 lines
128 B
Go
Raw Normal View History

2020-10-04 20:38:03 +08:00
package serverconfigs
type HTTPMemoryCacheStorage struct {
}
func (this *HTTPMemoryCacheStorage) Init() error {
return nil
}