mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-01-06 11:55:48 +08:00
实现服务的缓存策略设置
This commit is contained in:
8
pkg/serverconfigs/http_cache_storage_memory.go
Normal file
8
pkg/serverconfigs/http_cache_storage_memory.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package serverconfigs
|
||||
|
||||
type HTTPMemoryCacheStorage struct {
|
||||
}
|
||||
|
||||
func (this *HTTPMemoryCacheStorage) Init() error {
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user