Concept case study · Mock data · All project details, metrics, and outcomes are mock data.
EXPEDITION 02 · 2026

Backend Systems

Cacheline

A cache strategy and load-testing toolkit for a read-heavy product API.

SuccessfulJavaSpring BootRedis
240msp95 latency
68%cache hit rate
2026year explored
01

The question

Could latency be reduced without hiding stale data or making invalidation impossible to reason about?

02

The route

I segmented endpoints by consistency needs, introduced bounded TTLs, and made cache behavior visible through structured metrics.

03

The outcome

The mock system sustained the target load with a smaller database footprint and predictable stale-data windows.

04

Field note

A cache policy is a product consistency decision disguised as infrastructure.
05

Instruments

  • Java
  • Spring Boot
  • Redis
  • k6