pub struct CacheManagerFactory;Implementations§
Source§impl CacheManagerFactory
impl CacheManagerFactory
pub async fn create( config: &CacheConfig, global_redis_conn_details: &RedisConnection, ) -> Result<Arc<dyn CacheManager + Send + Sync>>
Auto Trait Implementations§
impl Freeze for CacheManagerFactory
impl RefUnwindSafe for CacheManagerFactory
impl Send for CacheManagerFactory
impl Sync for CacheManagerFactory
impl Unpin for CacheManagerFactory
impl UnsafeUnpin for CacheManagerFactory
impl UnwindSafe for CacheManagerFactory
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