Caching
bext includes seven cache types out of the box, all configurable via bext.config.toml.
ISR (Incremental Static Regeneration)
Serve stale content while revalidating in the background.
Stampede Guard
Prevents thundering herd on cache miss — only one request rebuilds.
Tiered Cache
L1 in-memory (DashMap) + L2 Redis with automatic promotion.