实现缓存策略部分管理功能
This commit is contained in:
8
pkg/serverconfigs/http_cache_config_memory.go
Normal file
8
pkg/serverconfigs/http_cache_config_memory.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package serverconfigs
|
||||
|
||||
type HTTPMemoryCacheConfig struct {
|
||||
}
|
||||
|
||||
func (this *HTTPMemoryCacheConfig) Init() error {
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user