aboutsummaryrefslogtreecommitdiff
path: root/internal/caching
AgeCommit message (Expand)Author
2022-08-12Protect user_interactive reads and writes with locks (#2635)Tak Wai Wong
2022-08-05Invalidate lazyLoadCache if we're doing an initial sync (#2623)Till
2022-08-03Remove roominfo cache (#2615)Neil Alexander
2022-07-19Add event state key cache (#2576)Neil Alexander
2022-07-18Tweak cache counters (#2575)Neil Alexander
2022-07-13Pointerise `types.RoomInfo` in the cache so we can update it in-place in the ...Neil Alexander
2022-07-11Ristretto cache (#2563)Neil Alexander
2022-05-17bugfix: E2EE device keys could sometimes not be sent to remote servers (#2466)kegsay
2022-05-06Move LL cache (#2429)Till
2022-04-19Implement lazy loading on `/sync` (#2346)Till
2022-03-29Remove eduserver (#2306)S7evinK
2022-03-01Set max age of 5 minutes for spaces summary cacheNeil Alexander
2022-03-01Allow specifying max age for caches (#2239)Neil Alexander
2022-03-01msc2946: add federation cache (#2238)kegsay
2022-02-18Remove event type and state key caches (#2200)Neil Alexander
2021-11-24Merge `federationapi`, `federationsender`, `signingkeyserver` components (#2055)Neil Alexander
2021-02-17Gradually evict oldest cache entries (#1768)Neil Alexander
2020-12-16Add RoomInfo cache, remove RoomServerRoomNIDsCache (#1646)Neil Alexander
2020-12-04Federation sender event cache (#1614)Neil Alexander
2020-11-09Implement read receipts (#1528)S7evinK
2020-08-25Roomserver NID caches (#1335)Neil Alexander
2020-06-16More server key updates, tests (#1129)Neil Alexander
2020-06-12More key tweaks (#1116)Neil Alexander
2020-06-05More flexible caching (#1101)Neil Alexander
2020-05-21Fix #897 and shuffle directory around (#1054)Kegsay