mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-16 06:51:46 +01:00
Update LruCache size estimate on clear
This commit is contained in:
parent
ae7b4da4cc
commit
c430111d0e
1 changed files with 2 additions and 0 deletions
|
@ -189,6 +189,8 @@ class LruCache(object):
|
||||||
for cb in node.callbacks:
|
for cb in node.callbacks:
|
||||||
cb()
|
cb()
|
||||||
cache.clear()
|
cache.clear()
|
||||||
|
if size_callback:
|
||||||
|
cached_cache_len[0] = 0
|
||||||
|
|
||||||
@synchronized
|
@synchronized
|
||||||
def cache_contains(key):
|
def cache_contains(key):
|
||||||
|
|
Loading…
Reference in a new issue