In-process memory cache store.
The zero-config default: a Map with per-key TTL, tag-grouped invalidation, atomic-enough counters and stampede protection. Fast and dependency-free; scoped to a single process (use the Redis store to share across instances).
Map
The store options.
Readonly
A human-readable store name (e.g. 'memory', 'redis').
'memory'
'redis'
Static
Create a memory store.
A new store.
In-process memory cache store.
The zero-config default: a
Mapwith per-key TTL, tag-grouped invalidation, atomic-enough counters and stampede protection. Fast and dependency-free; scoped to a single process (use the Redis store to share across instances).