forked-synapse/synapse/util/caches
Erik Johnston ef889c98a6
Optionally track memory usage of each LruCache (#9881)
This will double count slightly in the presence of interned strings. It's off by default as it can consume a lot of resources.
2021-05-05 16:54:36 +01:00
..
__init__.py Optionally track memory usage of each LruCache (#9881) 2021-05-05 16:54:36 +01:00
cached_call.py
deferred_cache.py
descriptors.py
dictionary_cache.py
expiringcache.py
lrucache.py Optionally track memory usage of each LruCache (#9881) 2021-05-05 16:54:36 +01:00
response_cache.py
stream_change_cache.py
treecache.py
ttlcache.py