pub struct HybridCache;
Expand description
Hybrid cache that uses both Redis and Memory
Trait Implementations§
Source§impl Cache for HybridCache
impl Cache for HybridCache
Source§impl Default for HybridCache
impl Default for HybridCache
Source§fn default() -> HybridCache
fn default() -> HybridCache
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for HybridCache
impl RefUnwindSafe for HybridCache
impl Send for HybridCache
impl Sync for HybridCache
impl Unpin for HybridCache
impl UnwindSafe for HybridCache
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more