summary refs log tree commit diff
path: root/synapse/storage/databases/main/cache.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use _clock; weaken StatsStore to StateDeltasStoreDavid Robertson2021-11-181-3/+3
* Fixup importsDavid Robertson2021-11-161-1/+1
* Pull in RoomMemberWorkerStoreDavid Robertson2021-11-161-0/+2
* Pull in StatsStoreDavid Robertson2021-11-161-0/+2
* Cache needs StreamWorkerStoreDavid Robertson2021-11-161-0/+2
* Pull in EventPushActionsWorkerStoreDavid Robertson2021-11-161-1/+8
* CacheInvalidationWorkerStore needs RelationsWorkerStoreDavid Robertson2021-11-161-1/+2
* mark _cache_id_gen as a required mixin propertyDavid Robertson2021-11-161-0/+6
* SCARY: Pull in EventFederationWorkerStoreDavid Robertson2021-11-161-2/+2
* Easier function annotationsDavid Robertson2021-11-161-9/+18
* Annotate get_all_updates_caches_txnDavid Robertson2021-11-151-5/+25
* 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