summary refs log tree commit diff
path: root/synapse/util/caches/response_cache.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename async to async_helpers because `async` is a keyword on Python 3.7 (#3678)Amber Brown2018-08-101-1/+1
* replacing portionsAmber Brown2018-05-211-5/+6
* ResponseCache: fix handling of completed resultsRichard van der Hoff2018-04-131-13/+19
* Refactor ResponseCache usageRichard van der Hoff2018-04-121-2/+56
* Merge pull request #3092 from matrix-org/rav/response_cache_metricsRichard van der Hoff2018-04-121-1/+13
|\
| * Add metrics for ResponseCacheRichard van der Hoff2018-04-101-1/+13
* | Document the behaviour of ResponseCacheRichard van der Hoff2018-04-041-0/+32
|/
* Cache federation state responsesErik Johnston2016-07-211-2/+11
* Deduplicate joinsErik Johnston2016-04-071-1/+1
* Fix typoMark Haines2016-03-241-1/+1
* Deduplicate identical /sync requestsMark Haines2016-03-241-0/+46