mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-12-25 14:36:34 +08:00
[缓存]实现按照目录刷新缓存
This commit is contained in:
@@ -25,7 +25,7 @@ type StorageInterface interface {
|
||||
CleanAll() error
|
||||
|
||||
// 批量删除缓存
|
||||
Purge(keys []string) error
|
||||
Purge(keys []string, urlType string) error
|
||||
|
||||
// 停止缓存策略
|
||||
Stop()
|
||||
|
||||
Reference in New Issue
Block a user