anonymousland-synapse/synapse/util/caches
Erik Johnston 014fee93b3 Manually calculate cache key as getcallargs is expensive
This is because getcallargs recomputes the getargspec, amongst other
things, which we don't need to do as its already been done
2017-03-30 14:14:46 +01:00
..
__init__.py
descriptors.py Manually calculate cache key as getcallargs is expensive 2017-03-30 14:14:46 +01:00
dictionary_cache.py
expiringcache.py
lrucache.py
response_cache.py
snapshot_cache.py
stream_change_cache.py Fix assertion to stop transaction queue getting wedged 2017-03-15 12:16:55 +00:00
treecache.py