MatrixSynapse/synapse/util/caches
Erik Johnston 7a5873277e
Add support for evicting cache entries based on last access time. (#10205)
2021-07-05 16:32:12 +01:00
..
__init__.py
cached_call.py
deferred_cache.py
descriptors.py
dictionary_cache.py
expiringcache.py
lrucache.py Add support for evicting cache entries based on last access time. (#10205) 2021-07-05 16:32:12 +01:00
response_cache.py Extend `ResponseCache` to pass a context object into the callback (#10157) 2021-06-14 10:26:09 +01:00
stream_change_cache.py
treecache.py
ttlcache.py