forked-synapse/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 Remove redundant types from comments. (#14412) 2022-11-16 15:25:24 +00:00
cached_call.py Add missing type hints to synapse.logging.context (#11556) 2021-12-14 17:35:28 +00:00
deferred_cache.py Remove redundant types from comments. (#14412) 2022-11-16 15:25:24 +00:00
descriptors.py Batch fetch bundled annotations (#14491) 2022-11-22 07:26:11 -05:00
dictionary_cache.py Remove redundant types from comments. (#14412) 2022-11-16 15:25:24 +00:00
expiringcache.py Remove redundant types from comments. (#14412) 2022-11-16 15:25:24 +00:00
lrucache.py Remove redundant types from comments. (#14412) 2022-11-16 15:25:24 +00:00
response_cache.py Improve opentracing support for ResponseCache (#11607) 2021-12-20 18:12:08 +00:00
stream_change_cache.py Better return type for get_all_entities_changed (#14604) 2022-12-05 15:19:14 -05:00
treecache.py Speed up @cachedList (#13591) 2022-08-23 14:53:27 +00:00
ttlcache.py Remove unused # type: ignores (#12531) 2022-04-27 14:03:44 +01:00