dendrite/internal/caching
Till 57e3622b85
Implement lazy loading on /sync (#2346)
* Initial work on lazyloading

* Partially implement lazy loading on /sync

* Rename methods

* Make missing tests pass

* Preallocate slice, even if it will end up with fewer values

* Let the cache handle the user mapping

* Linter

* Cap cache growth
2022-04-19 09:46:45 +01:00
..
cache_federationevents.go Allow specifying max age for caches (#2239) 2022-03-01 16:59:52 +00:00
cache_lazy_load_members.go Implement lazy loading on /sync (#2346) 2022-04-19 09:46:45 +01: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 Set max age of 5 minutes for spaces summary cache 2022-03-01 17:01:08 +00:00
cache_typing_test.go Remove eduserver (#2306) 2022-03-29 14:14:35 +02:00
cache_typing.go Remove eduserver (#2306) 2022-03-29 14:14:35 +02:00
caches.go Allow specifying max age for caches (#2239) 2022-03-01 16:59:52 +00:00
impl_inmemorylru.go Set max age of 5 minutes for spaces summary cache 2022-03-01 17:01:08 +00:00