Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

View cache #149

Open
armanist opened this issue Sep 1, 2024 · 0 comments
Open

View cache #149

armanist opened this issue Sep 1, 2024 · 0 comments
Assignees

Comments

@armanist
Copy link
Member

armanist commented Sep 1, 2024

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."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants