Module cache

Module cache 

Source
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ยง

CacheStats
EntityCache
Entity cache that maintains full projected entities with LRU eviction.
EntityCacheConfig
Configuration for the entity cache
SnapshotBatchConfig