mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-11-03 23:20:25 +08:00
支持缓存策略全局的缓存条件/X-Cache中加入更多信息
This commit is contained in:
@@ -106,6 +106,10 @@ func (this *FileReader) Init() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (this *FileReader) TypeName() string {
|
||||
return "disk"
|
||||
}
|
||||
|
||||
func (this *FileReader) Status() int {
|
||||
return this.status
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user