webupdate
This commit is contained in:
@@ -77,6 +77,7 @@ class CacheManager {
|
||||
for (const key of this.cache.keys()) {
|
||||
if (key.includes(pattern)) {
|
||||
this.cache.delete(key);
|
||||
this._removeLRUNode(key);
|
||||
count++;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user