Expand description
Types and traits regarding media caching of the event cache store.
Re-exports§
pub use self::integration_tests::EventCacheStoreMediaIntegrationTests;
testing
Modules§
- integration_
tests testing
- Trait and macro of integration tests for
EventCacheStoreMedia
implementations.
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.