mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-06 06:23:10 -06:00
* 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 |
||
|---|---|---|
| .. | ||
| cache_federationevents.go | ||
| cache_lazy_load_members.go | ||
| cache_roominfo.go | ||
| cache_roomservernids.go | ||
| cache_roomversions.go | ||
| cache_serverkeys.go | ||
| cache_space_rooms.go | ||
| cache_typing.go | ||
| cache_typing_test.go | ||
| caches.go | ||
| impl_inmemorylru.go | ||