forked-synapse/synapse/util/caches
Erik Johnston 7b4d7429f8
Don't invalidate the entire event cache when we purge history (#16905)
We do this by adding support to the LRU cache for "extra indices" based
on the cached value. This allows us to efficiently map from room ID to
the cached events and only invalidate those.
2024-02-13 13:24:11 +00:00
..
__init__.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
cached_call.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
deferred_cache.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
descriptors.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
dictionary_cache.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
expiringcache.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
lrucache.py Don't invalidate the entire event cache when we purge history (#16905) 2024-02-13 13:24:11 +00:00
response_cache.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
stream_change_cache.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
treecache.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
ttlcache.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00