Two-Level Caching
L2 (local in-memory via Guava/Caffeine) + L1 (distributed via Redis) with automatic cache promotion and write-through to both tiers.
A high-performance, two-level caching framework for Java/Kotlin with automatic cache coherence via event bus.