Default TTL in milliseconds (default: 0 = no TTL, rely on event-based invalidation)
Whether caching is enabled
Eviction policy when cache is full
Interval in milliseconds for the periodic eviction sweep. Catches entries that should have been evicted (TTL expired) but weren't because no new stores triggered eviction. 0 = disabled. Default: 300000 (5 minutes).
Maximum percentage of total cache memory (maxSizeBytes) that any single entity's cached results can occupy. When exceeded, the least-recently-accessed entries for that entity are evicted. Default: 50. Set to 0 to disable.
Maximum cache size in bytes (default: 150MB)
Enable verbose cache logging (hits, misses, evictions, memory stats). Default: false.
Configuration for the LocalCacheManager