anonymousland-synapse/synapse/util/caches
Patrick Cloke da77720752
Check the stream position before checking if the cache is empty. (#14639)
An empty cache does not mean the entity has no changed, if
it is earlier than the earliest known stream position return that
the entity *has* changed since the cache cannot accurately
answer that query.
2022-12-08 11:35:49 -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 Check the stream position before checking if the cache is empty. (#14639) 2022-12-08 11:35:49 -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