Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.81 KB

File metadata and controls

37 lines (26 loc) · 1.81 KB

HTML Cache Docs

Full-page static HTML cache for Capell with dependency-indexed invalidation, scheduled stale-regeneration, and public-output safety guarantees.

Start at the package README when deciding whether to install this package. Use the docs below for setup, extension, debugging, and verification details.

Guides

Doc Use it for
Cache Invalidation Focused package workflow, setup, troubleshooting, or implementation details.
Overview Package boundary, runtime surfaces, install notes, and first troubleshooting path.

Package Verification

From this package directory, the portable aliases are:

composer test
composer lint
composer analyse

From the monorepo root, use the local overlay for routine development:

vendor/bin/pest packages/html-cache/tests --configuration=phpunit.xml
COMPOSER=composer.local.json composer preflight

Read Next

Related doc Why
Repository package docs Cross-package workflow index and install-order notes.
Frontend Authoring Neighboring package in the same Capell workflow.
Diagnostics Neighboring package in the same Capell workflow.