MatrixSynapse/synapse/util/caches
Richard van der Hoff c3e38b88f2
Improve opentracing support for `ResponseCache` (#11607)
This adds some opentracing annotations to ResponseCache, to make it easier to see what's going on; in particular, it adds a link back to the initial trace which is actually doing the work of generating the response.
2021-12-20 18:12:08 +00:00
..
__init__.py
cached_call.py Add missing type hints to `synapse.logging.context` (#11556) 2021-12-14 17:35:28 +00:00
deferred_cache.py Eliminate a few `Any`s in `LruCache` type hints (#11453) 2021-11-30 15:39:07 +00:00
descriptors.py
dictionary_cache.py
expiringcache.py Add type annotations to `synapse.metrics` (#10847) 2021-11-17 19:07:02 +00:00
lrucache.py Fix `LruCache` corruption bug with a `size_callback` that can return 0 (#11454) 2021-11-30 16:28:02 +00:00
response_cache.py Improve opentracing support for `ResponseCache` (#11607) 2021-12-20 18:12:08 +00:00
stream_change_cache.py
treecache.py
ttlcache.py