MatrixSynapse/synapse/util/caches
Patrick Cloke 13ca8bb2fc
Remove duplicated code to evict entries. (#14410)
This code was factored out to a method, but also left in-place.

Calling this twice in a row makes no sense: the first call will reduce
the size appropriately, but the loop will immediately exit since the
cache size was already reduced.
2022-11-10 15:33:34 -05:00
..
__init__.py
cached_call.py
deferred_cache.py
descriptors.py
dictionary_cache.py
expiringcache.py
lrucache.py
response_cache.py
stream_change_cache.py Remove duplicated code to evict entries. (#14410) 2022-11-10 15:33:34 -05:00
treecache.py
ttlcache.py