summary refs log tree commit diff
path: root/synapse/storage/data_stores/main/cache.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Propagate cache invalidates from workers to other workers. (#6748)Erik Johnston2020-01-271-1/+21
* Allow streaming cache invalidate all to workers. (#6749)Erik Johnston2020-01-221-4/+23
* move batch_iter to a separate moduleRichard van der Hoff2020-01-161-1/+1
* Move DB pool and helper functions into dedicated Database classErik Johnston2019-12-051-2/+4
* Remove underscore from SQLBaseStore functionsErik Johnston2019-12-041-1/+1
* _CURRENT_STATE_CACHE_NAME is publicErik Johnston2019-12-041-3/+3
* Move cache invalidation to main data storeErik Johnston2019-12-041-0/+131