MatrixSynapse/synapse/util/caches
Erik Johnston cee9445884
Better return type for `get_all_entities_changed` (#14604)
Help callers from using the return value incorrectly by ensuring
that callers explicitly check if there was a cache hit or not.
2022-12-05 15:19:14 -05:00
..
__init__.py
cached_call.py
deferred_cache.py
descriptors.py Batch fetch bundled annotations (#14491) 2022-11-22 07:26:11 -05:00
dictionary_cache.py
expiringcache.py
lrucache.py
response_cache.py
stream_change_cache.py Better return type for `get_all_entities_changed` (#14604) 2022-12-05 15:19:14 -05:00
treecache.py
ttlcache.py