Expand description
Entity cache for snapshot-on-subscribe functionality.
This module provides an EntityCache that maintains full projected entities
in memory with LRU eviction. When a new client subscribes, they receive
cached snapshots immediately rather than waiting for the next live mutation.
Structsยง
- Cache
Stats - Entity
Cache - Entity cache that maintains full projected entities with LRU eviction.
- Entity
Cache Config - Configuration for the entity cache
- Snapshot
Batch Config