webupdate

This commit is contained in:
Local Server
2026-01-18 02:22:05 -06:00
parent 6fc159051a
commit 2a2a3d99e5
135 changed files with 54897 additions and 9825 deletions

View File

@@ -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++;
}
}