forked-synapse/synapse/util/caches
David Robertson 724aef9a87
Opt out of cache expiry for get_users_who_share_room_with_user (#10826)
* Allow LruCaches to opt out of time-based expiry
* Don't expire `get_users_who_share_room` & friends
2021-09-22 14:21:58 +01:00
..
__init__.py Track why we're evicting from caches (#10829) 2021-09-22 10:59:52 +01:00
cached_call.py improve typing annotations in CachedCall (#10450) 2021-07-28 12:25:12 +01:00
deferred_cache.py Opt out of cache expiry for get_users_who_share_room_with_user (#10826) 2021-09-22 14:21:58 +01:00
descriptors.py Opt out of cache expiry for get_users_who_share_room_with_user (#10826) 2021-09-22 14:21:58 +01:00
dictionary_cache.py Add type hints to state database module. (#10823) 2021-09-15 09:54:13 -04:00
expiringcache.py Track why we're evicting from caches (#10829) 2021-09-22 10:59:52 +01:00
lrucache.py Opt out of cache expiry for get_users_who_share_room_with_user (#10826) 2021-09-22 14:21:58 +01:00
response_cache.py Use inline type hints in http/federation/, storage/ and util/ (#10381) 2021-07-15 12:46:54 -04:00
stream_change_cache.py Add types to synapse.util. (#10601) 2021-09-10 17:03:18 +01:00
treecache.py Add types to synapse.util. (#10601) 2021-09-10 17:03:18 +01:00
ttlcache.py Use inline type hints in http/federation/, storage/ and util/ (#10381) 2021-07-15 12:46:54 -04:00