-
Notifications
You must be signed in to change notification settings - Fork 63
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
Only homepage caching #12
Comments
// to cache only root route, use a regular expression The author shows it in README.md |
How can I see that the cache is working? Are there any logging? |
I use it in my product , it actually works. but i don't know how to get this cache instance |
what type of store you use? redis? |
no, memory |
Hello
I want to cache only my home page that is "/"
How can I do this?
The code above is caching all pages.
The text was updated successfully, but these errors were encountered: