pub async fn get_many_as_map<S: CacheStore, T: DeserializeOwned>(
store: &S,
keys: &[&str],
) -> CacheResult<HashMap<String, T>>Expand description
Build a HashMap from multiple keys fetched in parallel.
pub async fn get_many_as_map<S: CacheStore, T: DeserializeOwned>(
store: &S,
keys: &[&str],
) -> CacheResult<HashMap<String, T>>Build a HashMap from multiple keys fetched in parallel.