mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-02-06 20:45:39 +08:00
实现缓存策略部分管理功能
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