Expand description
Types and traits regarding media caching of the event cache store.
Structs§
- The retention policy for media content used by the
EventCacheStore
. - API for implementors of
EventCacheStore
to manage their media through their implementation ofEventCacheStoreMedia
.
Enums§
- Whether the
MediaRetentionPolicy
should be ignored for the current content.
Traits§
- An abstract trait that can be used to implement different store backends for the media cache of the SDK.