MatrixSynapse/synapse/util/caches
Patrick Cloke 759f9c09e1
Fix caching behavior for relations push rules. (#12859)
By always returning all requested values from the function
wrapped by cachedList. Otherwise implicit None values get
added into the cache, which are unexpected.
2022-05-25 07:49:54 -04:00
..
__init__.py Add more type hints to the main state store. (#12267) 2022-03-31 13:38:09 -04:00
cached_call.py
deferred_cache.py
descriptors.py Fix caching behavior for relations push rules. (#12859) 2022-05-25 07:49:54 -04:00
dictionary_cache.py
expiringcache.py
lrucache.py Add config flags to allow for cache auto-tuning (#12701) 2022-05-13 12:32:39 -07:00
response_cache.py
stream_change_cache.py
treecache.py
ttlcache.py Remove unused `# type: ignore`s (#12531) 2022-04-27 14:03:44 +01:00