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