Struct http_cache::MokaManager
source · [−]This is supported on crate feature
manager-moka only.Expand description
Implements CacheManager with moka as the backend.
Fields
cache: Cache<String, Arc<Vec<u8>>>The instance of moka::future::Cache
Implementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for MokaManager
impl Send for MokaManager
impl Sync for MokaManager
impl Unpin for MokaManager
impl !UnwindSafe for MokaManager
Blanket Implementations
Mutably borrows from an owned value. Read more