MatrixSynapse/synapse/util/caches
Patrick Cloke 1b4d5d6acf
Empty iterables should count towards cache usage. (#9028)
2021-01-06 12:33:20 -05:00
..
__init__.py
deferred_cache.py Empty iterables should count towards cache usage. (#9028) 2021-01-06 12:33:20 -05:00
descriptors.py Implement and use an @lru_cache decorator (#8595) 2020-10-30 11:43:17 +00:00
dictionary_cache.py type annotations for LruCache 2020-10-16 15:56:39 +01:00
expiringcache.py
lrucache.py Fix 'LruCache' object has no attribute '_on_resize' (#8591) 2020-10-19 21:13:50 +01:00
response_cache.py
stream_change_cache.py
treecache.py
ttlcache.py