mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-08 16:00:26 +08:00
缓存策略可以根据Key前缀进行批量删除
This commit is contained in:
@@ -31,4 +31,9 @@ Tea.context(function () {
|
||||
this.done = function () {
|
||||
this.isRequesting = false
|
||||
}
|
||||
});
|
||||
|
||||
/**
|
||||
* 操作类型
|
||||
*/
|
||||
this.type = "key" // key | prefix
|
||||
})
|
||||
Reference in New Issue
Block a user