MatrixSynapse/synapse/util/caches
Jason Little 7cbb2a00d1
Add metrics tracking for eviction to ResponseCache (#16028)
Track whether the ResponseCache is evicting due to invalidation
or due to time.
2023-08-01 08:10:49 -04:00
..
__init__.py
cached_call.py
deferred_cache.py
descriptors.py Improve type hints for cached decorator. (#15658) 2023-05-24 12:59:31 +00:00
dictionary_cache.py
expiringcache.py
lrucache.py Prefill events after invalidate not before when persisting events (#15758) 2023-06-14 09:42:18 +01:00
response_cache.py Add metrics tracking for eviction to ResponseCache (#16028) 2023-08-01 08:10:49 -04:00
stream_change_cache.py
treecache.py
ttlcache.py