State & Persistence
Routed provides caching and session capabilities that integrate directly with EngineContext.
- Caching – register stores, cache values, increment counters, and use remember/rememberForever helpers.
- Sessions – configure cookie- or file-backed sessions, then read and write session data in handlers.
Both features are optional and provider-driven. Configure them with typed provider constructors and add the middleware your application needs. There is no application YAML or provider manifest to keep synchronized with code.