MatrixSynapse/synapse/api
Erik Johnston 2c365f4723 Cache macaroon parse and validation
Turns out this can be quite expensive for requests, and is easily
cachable. We don't cache the lookup to the DB so invalidation still
works.
2017-06-29 14:50:18 +01:00
..
__init__.py
auth.py Cache macaroon parse and validation 2017-06-29 14:50:18 +01:00
constants.py
errors.py
filtering.py
ratelimiting.py
urls.py