softberg / quantum-php-core

Quantum PHP Framework
http://quantumphp.io
MIT License
31 stars 13 forks source link

Resource cache #149

Open armanist opened 2 months ago

armanist commented 2 months ago

Create a new module within the Caching library to support page/view caching.

The cache should be controlled by a configuration parameter, allowing the option to set a cache lifetime and perform a dry run (a test mode that runs the caching logic without actually storing any data).

When enabled, rendered views should be cached, and on subsequent requests, the cached page should be served instead of rendering it again."