Skip to main content

get_many

Function get_many 

Source
pub async fn get_many<S: CacheStore, T: DeserializeOwned>(
    store: &S,
    keys: &[&str],
) -> CacheResult<Vec<Option<T>>>
Expand description

Get multiple typed values in parallel.