Start with a system story.

Runnable templates model real systems. Open one, explore it, and make it yours.

Watch a run
01 / RUNNABLE TEMPLATE

Cache-aside

READY TO RUN
System model / Cache service route
Client
actor
API
gateway
Cache
store
Database
data
EDITABLE
HOW IT WORKS

See a cache miss fall back to the database, then return a safe response.

Run this
Cold cache miss
You will see
Fewer reads hit the database.
CachingData