-
Notifications
You must be signed in to change notification settings - Fork 22
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
Extend caching options in controller #204
Conversation
Allow setting force_cache in controller Allow custom hooks to determine cachable requests/responses
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #204 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 29 29
Lines 2115 2614 +499
==========================================
+ Hits 2115 2614 +499 ☔ View full report in Codecov by Sentry. |
Great job, thanks! |
Allow setting force_cache in controller
Allow custom hooks to determine cachable requests/responses