summary refs log tree commit diff
path: root/synapse/util/caches/response_cache.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3092 from matrix-org/rav/response_cache_metricsRichard van der Hoff2018-04-121-1/+13
|\ | | | | Add metrics for ResponseCache
| * Add metrics for ResponseCacheRichard van der Hoff2018-04-101-1/+13
| |
* | Document the behaviour of ResponseCacheRichard van der Hoff2018-04-041-0/+32
|/ | | | | | it looks like everything that uses ResponseCache expects to have to `make_deferred_yieldable` its results. It's debatable whether that is the best approach, but let's document it for now to avoid further confusion.
* 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