Expand description
Parallel batch operations for cache stores.
Structs§
- Parallel
Cache Ops - Parallel batch operations for cache stores.
Constants§
- DEFAULT_
WARM_ CONCURRENCY - Default cap on how many warm-up factories
ParallelCacheOps::warm_cacheruns at once.
Functions§
- delete_
many - Delete multiple keys in parallel.
- get_
many - Get multiple typed values in parallel.
- get_
many_ as_ map - Build a HashMap from multiple keys fetched in parallel.
- get_
many_ json - Helper functions for parallel cache operations.
- set_
many - Set multiple typed values in parallel.
- set_
many_ json - Set multiple JSON values in parallel.