pub async fn get_many_json<S: CacheStore>(
store: &S,
keys: &[&str],
) -> CacheResult<Vec<Option<String>>>Expand description
Helper functions for parallel cache operations.
These functions provide a more convenient API than ParallelCacheOps methods.
Get multiple JSON values in parallel.