Files
EdgeCommon/pkg/serverconfigs/http_cache_storage_memory.go
2020-10-04 20:38:03 +08:00

9 lines
128 B
Go

package serverconfigs
type HTTPMemoryCacheStorage struct {
}
func (this *HTTPMemoryCacheStorage) Init() error {
return nil
}