Core concept
Combined cache: L1 (LRU on-heap) + L2 (BucketCache offheap).
Advertisement
How it works
BucketCache complexity. Warm-up time after restart.
Advertisement
Trade-offs + gotchas
Read-heavy workloads. Large working set.
Combined cache: L1 (LRU on-heap) + L2 (BucketCache offheap).
BucketCache complexity. Warm-up time after restart.
Read-heavy workloads. Large working set.