Struct reqwest_middleware_cache::managers::CACacheManager [−][src]
pub struct CACacheManager {
pub path: String,
}Expand description
Implements CacheManager with cacache as the backend.
Fields
path: StringDirectory where the cache will be stored.
Implementations
Trait Implementations
Attempts to pull a cached reponse and related policy from cache.
Attempts to cache a response and related policy.
Auto Trait Implementations
impl RefUnwindSafe for CACacheManager
impl Send for CACacheManager
impl Sync for CACacheManager
impl Unpin for CACacheManager
impl UnwindSafe for CACacheManager
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more