v0.4.0
Recomputable site-wide caching and a single deployment cache command.
Highlights
- Disposable application cache —
$app->cache()with PHP serialization, TTL,remember(), and owner-only SQLite underruntime/cache/data.sqlite - Unified
cache:clear— clears both compiled Twig templates and application cache values; each layer is attempted independently and failures surface as a nonzero exit status
See CHANGELOG.md for the full list.