summary refs log tree commit diff
path: root/synapse/util/caches/dictionary_cache.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant types from comments. (#14412)Patrick Cloke2022-11-161-4/+5
* Make DictionaryCache have better expiry properties (#13292)Erik Johnston2022-07-211-31/+187
* Use auto_attribs/native type hints for attrs classes. (#11692)Patrick Cloke2022-01-131-6/+5
* Add type hints to state database module. (#10823)Patrick Cloke2021-09-151-2/+2
* Add types to synapse.util. (#10601)reivilibre2021-09-101-10/+14
* Use inline type hints in `http/federation/`, `storage/` and `util/` (#10381)Jonathan de Jong2021-07-151-3/+3
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Add type hints to DictionaryCache and TTLCache. (#9442)Patrick Cloke2021-03-291-21/+43
* 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