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