mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-01-31 07:45:48 +08:00
实现服务的缓存策略设置
This commit is contained in:
9
pkg/serverconfigs/http_cache_storage_file.go
Normal file
9
pkg/serverconfigs/http_cache_storage_file.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package serverconfigs
|
||||
|
||||
type HTTPFileCacheStorage struct {
|
||||
Dir string `yaml:"dir" json:"dir"` // 目录
|
||||
}
|
||||
|
||||
func (this *HTTPFileCacheStorage) Init() error {
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user