1.Introduction
- 1.1What We’re Going to Build
- 1.2Experimenting with Response Times
2.Experimentation and Cache Design
3.Organization, Singletons, and Facades
4.Invalidating the Cache When Templates Change
5.Detecting Request Dependencies
6.Managing Cached Response Headers
7.Making Our Cache Configurable and Excluding Items from the Cache
8.Bypassing the Cache
9.Setting Cache Expiration Times
10.Invalidating All Cached Responses
11.Labeling Cached Content
- 11.1Modifying Statamic Tags to Help Populate Namespaces and Labels
- 11.2Invalidating Labels Using Event Listeners
- 11.3Adding Cache Namespace Label Support to Our Antlers Tag
- Invalidating Custom Labels
12.Cache Reporting and Stats
13.Invalidating Cached Laravel Route Responses
14.Excluding Pages with CSRF Tokens
15.Torchlight Syntax Highlighting and Cache Management