Module media

Source
Expand description

Types and traits regarding media caching of the event cache store.

Re-exports§

pub use self::integration_tests::EventCacheStoreMediaIntegrationTests;testing

Modules§

integration_teststesting
Trait and macro of integration tests for EventCacheStoreMedia implementations.

Structs§

MediaRetentionPolicy
The retention policy for media content used by the EventCacheStore.
MediaService
API for implementors of EventCacheStore to manage their media through their implementation of EventCacheStoreMedia.

Enums§

IgnoreMediaRetentionPolicy
Whether the MediaRetentionPolicy should be ignored for the current content.

Traits§

EventCacheStoreMedia
An abstract trait that can be used to implement different store backends for the media cache of the SDK.