mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-12-25 14:59:22 -05:00
73c7112433
We change it so that each cache has an individual CacheMetric, instead of having one global CacheMetric. This means that when a cache tries to increment a counter it does not need to go through so many indirections. |
||
---|---|---|
.. | ||
__init__.py | ||
descriptors.py | ||
dictionary_cache.py | ||
expiringcache.py | ||
lrucache.py | ||
response_cache.py | ||
snapshot_cache.py | ||
stream_change_cache.py | ||
treecache.py |