summary refs log tree commit diff
path: root/synapse/util/caches/dictionary_cache.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* type annotations for LruCacheRichard van der Hoff2020-10-161-9/+13
* Make LruCache register its own metrics (#8561)Richard van der Hoff2020-10-161-8/+1
* Stop sub-classing object (#8249)Patrick Cloke2020-09-041-2/+2
* Run Black. (#5482)Amber Brown2019-06-201-6/+9
* run isortAmber Brown2018-07-091-4/+5
* Disable partial state group caching for wildcard lookupsRichard van der Hoff2018-06-221-13/+12
* replacing portionsAmber Brown2018-05-211-1/+1
* Fix bug where state cache used lots of memoryErik Johnston2018-03-151-1/+5
* Make get_state_groups_from_groups faster.Erik Johnston2017-05-171-11/+46
* Speed up cache size calculationErik Johnston2017-01-171-2/+4
* Change CacheMetrics to be quickerErik Johnston2016-06-031-4/+4
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Wire up the dictionarycache to the metricsErik Johnston2015-08-121-31/+25
* Move all the caches into their own package, synapse.util.cachesErik Johnston2015-08-111-0/+109