mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-06 14:33:10 -06:00
* Add RoomInfo cache, remove RoomServerRoomNID cache, ensure caches are thread-safe * Don't panic if the roomInfo isn't known yet * LRU package is already threadsafe * Use RoomInfo cache to find room version if possible in Events() * Adding comments about RoomInfoCache safety |
||
|---|---|---|
| .. | ||
| cache_federationevents.go | ||
| cache_roominfo.go | ||
| cache_roomservernids.go | ||
| cache_roomversions.go | ||
| cache_serverkeys.go | ||
| caches.go | ||
| impl_inmemorylru.go | ||