MatrixSynapse/synapse/util/caches
Richard van der Hoff 7ee94fc1ba Log which cache is throwing exceptions 2018-09-26 12:43:08 +01:00
..
__init__.py Log which cache is throwing exceptions 2018-09-26 12:43:08 +01:00
descriptors.py Rename async to async_helpers because `async` is a keyword on Python 3.7 (#3678) 2018-08-10 23:50:21 +10:00
dictionary_cache.py run isort 2018-07-09 16:09:20 +10:00
expiringcache.py Fix ExpiringCache.__len__ to be accurate 2018-09-26 12:32:29 +01:00
lrucache.py run isort 2018-07-09 16:09:20 +10:00
response_cache.py Rename async to async_helpers because `async` is a keyword on Python 3.7 (#3678) 2018-08-10 23:50:21 +10:00
snapshot_cache.py Rename async to async_helpers because `async` is a keyword on Python 3.7 (#3678) 2018-08-10 23:50:21 +10:00
stream_change_cache.py Use efficient .intersection 2018-07-17 11:07:04 +01:00
treecache.py Consistently use six's iteritems and wrap lazy keys/values in list() if they're not meant to be lazy (#3307) 2018-05-31 19:03:47 +10:00