mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-08-02 14:12:47 +00:00
msc2946: add federation cache (#2238)
This commit is contained in:
parent
ae840590b6
commit
352e63915f
5 changed files with 59 additions and 14 deletions
|
@ -10,6 +10,7 @@ type Caches struct {
|
|||
RoomServerRoomIDs Cache // RoomServerNIDsCache
|
||||
RoomInfos Cache // RoomInfoCache
|
||||
FederationEvents Cache // FederationEventsCache
|
||||
SpaceSummaryRooms Cache // SpaceSummaryRoomsCache
|
||||
}
|
||||
|
||||
// Cache is the interface that an implementation must satisfy.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue