0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-09-09 04:31:38 +02:00
dendrite/internal/caching
Neil Alexander bb2380c254
Allow specifying max age for caches (#2239)
* Allow specifying max age for caches

* Evict cache entry if it's found to be stale when we call Get

* Fix bugs
2022-03-01 16:59:52 +00:00
..
cache_federationevents.go Allow specifying max age for caches (#2239) 2022-03-01 16:59:52 +00:00
cache_roominfo.go Allow specifying max age for caches (#2239) 2022-03-01 16:59:52 +00:00
cache_roomservernids.go Allow specifying max age for caches (#2239) 2022-03-01 16:59:52 +00:00
cache_roomversions.go Allow specifying max age for caches (#2239) 2022-03-01 16:59:52 +00:00
cache_serverkeys.go Allow specifying max age for caches (#2239) 2022-03-01 16:59:52 +00:00
cache_space_rooms.go msc2946: add federation cache (#2238) 2022-03-01 16:32:48 +00:00
caches.go Allow specifying max age for caches (#2239) 2022-03-01 16:59:52 +00:00
impl_inmemorylru.go Allow specifying max age for caches (#2239) 2022-03-01 16:59:52 +00:00