Module caches

Source
Expand description

Collection of small in-memory stores that can be used to cache Olm objects.

Note: You’ll only be interested in these if you are implementing a custom CryptoStore.

Structs§

DeviceStore
In-memory store holding the devices of users.
SequenceNumber
A numeric type that can represent an infinite ordered sequence.
SessionStore
In-memory store for Olm Sessions.