package
0.13.8
Repository: https://github.com/matrix-org/dendrite.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewTypingCache returns a new EDUCache initialised for use.

# Constants

No description provided by the author
No description provided by the author

# Structs

Caches contains a set of references to caches.
EDUCache maintains a list of users typing in each room.
No description provided by the author
No description provided by the author

# Interfaces

Cache is the interface that an implementation must satisfy.
EventStateKeyCache contains the subset of functions needed for a room event state key cache.
No description provided by the author
FederationCache contains the subset of functions needed for a federation event cache.
No description provided by the author
RoomHierarchy cache caches responses to federated room hierarchy requests (A.K.A.
No description provided by the author
RoomServerEventsCache contains the subset of functions needed for a roomserver event cache.
RoomServerNIDsCache contains the subset of functions needed for a roomserver NID cache.
RoomVersionsCache contains the subset of functions needed for a room version cache.
ServerKeyCache contains the subset of functions needed for a server key cache.

# Type aliases

TimeoutCallbackFn is a function called right after the removal of a user from the typing user list due to timeout.