summary refs log tree commit diff
path: root/changelog.d/16905.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Don't invalidate the entire event cache when we purge history (#16905)Erik Johnston2024-02-131-0/+1
We do this by adding support to the LRU cache for "extra indices" based on the cached value. This allows us to efficiently map from room ID to the cached events and only invalidate those.