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 Optionally track memory usage of each LruCache (#9881) 2021-05-05 16:54:36 +01:00
cached_call.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
deferred_cache.py Combine `LruCache.invalidate` and `invalidate_many` (#9973) 2021-05-27 10:33:56 +01:00
descriptors.py Combine `LruCache.invalidate` and `invalidate_many` (#9973) 2021-05-27 10:33:56 +01:00
dictionary_cache.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
expiringcache.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
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 Remove `synapse.types.Collection` (#9856) 2021-04-22 16:43:50 +01:00
treecache.py Combine `LruCache.invalidate` and `invalidate_many` (#9973) 2021-05-27 10:33:56 +01:00
ttlcache.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00