| 1 | Request file /images/logo.png | Empty | No | No response yet |
| 2 | Check cache for /images/logo.png | Empty | No | Cache miss |
| 3 | Open /images/logo.png from disk | Empty | Yes | No response yet |
| 4 | Add /images/logo.png to cache | Contains /images/logo.png | Yes | No response yet |
| 5 | Serve /images/logo.png from cache | Contains /images/logo.png | Yes | File content sent |
| 6 | Request file /images/logo.png again | Contains /images/logo.png | No | No response yet |
| 7 | Check cache for /images/logo.png | Contains /images/logo.png | No | Cache hit |
| 8 | Serve /images/logo.png from cache | Contains /images/logo.png | No | File content sent |
| 9 | Request file /images/banner.png | Contains /images/logo.png | No | No response yet |
| 10 | Check cache for /images/banner.png | Contains /images/logo.png | No | Cache miss |
| 11 | Open /images/banner.png from disk | Contains /images/logo.png | Yes | No response yet |
| 12 | Add /images/banner.png to cache | Contains /images/logo.png, /images/banner.png | Yes | No response yet |
| 13 | Serve /images/banner.png from cache | Contains /images/logo.png, /images/banner.png | Yes | File content sent |
| 14 | Cache entry /images/logo.png inactive for 21s | Contains /images/logo.png, /images/banner.png | Yes | No response yet |
| 15 | Remove /images/logo.png from cache due to inactivity | Contains /images/banner.png | No | No response yet |
| 16 | Request file /images/logo.png | Contains /images/banner.png | No | No response yet |
| 17 | Check cache for /images/logo.png | Contains /images/banner.png | No | Cache miss |
| 18 | Open /images/logo.png from disk | Contains /images/banner.png | Yes | No response yet |
| 19 | Add /images/logo.png to cache | Contains /images/banner.png, /images/logo.png | Yes | No response yet |
| 20 | Serve /images/logo.png from cache | Contains /images/banner.png, /images/logo.png | Yes | File content sent |