MatrixSynapse/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
cached_call.py
deferred_cache.py
descriptors.py
dictionary_cache.py
expiringcache.py
lrucache.py
response_cache.py
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
ttlcache.py