Files
EdgeCommon/pkg/serverconfigs/http_cache_config_memory.go
2020-10-02 17:22:46 +08:00

9 lines
126 B
Go

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