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§
- Device
Store - In-memory store holding the devices of users.
- Sequence
Number - A numeric type that can represent an infinite ordered sequence.
- Session
Store - In-memory store for Olm Sessions.