summary refs log tree commit diff
path: root/synapse/storage/databases/main/cache.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Async get event cache prep (#13242)Nick Mills-Barrett2022-07-151-2/+5
* Add index to cache invalidations (#12747)Erik Johnston2022-05-171-0/+8
* Add cache for `get_membership_from_event_ids` (#12272)Erik Johnston2022-03-251-0/+4
* Add some missing type hints to cache datastore. (#12216)Patrick Cloke2022-03-161-21/+36
* Allow retrieving the relations of a redacted event. (#12130)Patrick Cloke2022-03-101-0/+4
* Invalidate caches when an event with a relation is redacted. (#12121)Patrick Cloke2022-03-071-0/+2
* Invalidate the get_users_in_room{_with_profile} caches only when necessary. (...Patrick Cloke2022-02-021-5/+11
* Type hint the constructors of the data store classes (#11555)Sean Quah2021-12-131-2/+7
* Add type hints for most `HomeServer` parameters (#11095)Sean Quah2021-10-221-2/+5
* add a cache to have_seen_event (#9953)Richard van der Hoff2021-06-011-0/+1
* Combine `LruCache.invalidate` and `invalidate_many` (#9973)Richard van der Hoff2021-05-271-3/+3
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Separate `get_current_token` into two. (#8113)Erik Johnston2020-08-191-2/+2
* Revert #7736 (#8039)Brendan Abolivier2020-08-061-1/+0
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-0/+307