[−][src]Trait sqs_lambda::cache::Cache
Required methods
#[must_use]pub fn get<'life0, 'async_trait, CA: Cacheable + Send + Sync + 'static>(
&'life0 mut self,
cacheable: CA
) -> Pin<Box<dyn Future<Output = Result<CacheResponse, Error>> + Send + 'async_trait>> where
CA: 'async_trait,
'life0: 'async_trait,
Self: 'async_trait, [src]
&'life0 mut self,
cacheable: CA
) -> Pin<Box<dyn Future<Output = Result<CacheResponse, Error>> + Send + 'async_trait>> where
CA: 'async_trait,
'life0: 'async_trait,
Self: 'async_trait,
#[must_use]pub fn store<'life0, 'async_trait>(
&'life0 mut self,
identity: Vec<u8>
) -> Pin<Box<dyn Future<Output = Result<(), Error>> + Send + 'async_trait>> where
'life0: 'async_trait,
Self: 'async_trait, [src]
&'life0 mut self,
identity: Vec<u8>
) -> Pin<Box<dyn Future<Output = Result<(), Error>> + Send + 'async_trait>> where
'life0: 'async_trait,
Self: 'async_trait,
Implementors
impl Cache for NopCache[src]
pub fn get<'life0, 'async_trait, CA: Cacheable + Send + Sync + 'static>(
&'life0 mut self,
_cacheable: CA
) -> Pin<Box<dyn Future<Output = Result<CacheResponse, Error>> + Send + 'async_trait>> where
CA: 'async_trait,
'life0: 'async_trait,
Self: 'async_trait, [src]
&'life0 mut self,
_cacheable: CA
) -> Pin<Box<dyn Future<Output = Result<CacheResponse, Error>> + Send + 'async_trait>> where
CA: 'async_trait,
'life0: 'async_trait,
Self: 'async_trait,
pub fn store<'life0, 'async_trait>(
&'life0 mut self,
_identity: Vec<u8>
) -> Pin<Box<dyn Future<Output = Result<(), Error>> + Send + 'async_trait>> where
'life0: 'async_trait,
Self: 'async_trait, [src]
&'life0 mut self,
_identity: Vec<u8>
) -> Pin<Box<dyn Future<Output = Result<(), Error>> + Send + 'async_trait>> where
'life0: 'async_trait,
Self: 'async_trait,
impl Cache for RedisCache[src]
pub fn get<'life0, 'async_trait, CA>(
&'life0 mut self,
cacheable: CA
) -> Pin<Box<dyn Future<Output = Result<CacheResponse, Error>> + Send + 'async_trait>> where
CA: Cacheable + Send + Sync + 'static,
CA: 'async_trait,
'life0: 'async_trait,
Self: 'async_trait, [src]
&'life0 mut self,
cacheable: CA
) -> Pin<Box<dyn Future<Output = Result<CacheResponse, Error>> + Send + 'async_trait>> where
CA: Cacheable + Send + Sync + 'static,
CA: 'async_trait,
'life0: 'async_trait,
Self: 'async_trait,
pub fn store<'life0, 'async_trait>(
&'life0 mut self,
identity: Vec<u8>
) -> Pin<Box<dyn Future<Output = Result<(), Error>> + Send + 'async_trait>> where
'life0: 'async_trait,
Self: 'async_trait, [src]
&'life0 mut self,
identity: Vec<u8>
) -> Pin<Box<dyn Future<Output = Result<(), Error>> + Send + 'async_trait>> where
'life0: 'async_trait,
Self: 'async_trait,