pub async fn set_many<S: CacheStore, T: Serialize>(
store: &S,
items: &[(&str, T)],
ttl: Option<Duration>,
) -> CacheResult<()>Expand description
Set multiple typed values in parallel.
pub async fn set_many<S: CacheStore, T: Serialize>(
store: &S,
items: &[(&str, T)],
ttl: Option<Duration>,
) -> CacheResult<()>Set multiple typed values in parallel.