Skip to main content

set_many

Function set_many 

Source
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.