-
Notifications
You must be signed in to change notification settings - Fork 3
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
Response caching #273
base: main
Are you sure you want to change the base?
Response caching #273
Conversation
Codecov ReportPatch coverage:
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## main #273 +/- ##
============================================
- Coverage 93.99% 89.73% -4.26%
- Complexity 477 490 +13
============================================
Files 96 288 +192
Lines 1615 4044 +2429
Branches 122 495 +373
============================================
+ Hits 1518 3629 +2111
- Misses 56 359 +303
- Partials 41 56 +15
☔ View full report in Codecov by Sentry. |
Passing run #54 ↗︎
Details:
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. |
Caching & Eviction considerationsCaching
Eviction
|
- Newly created mocks will be cached with an unique hash first and then stored into the DB
Initial requests without caching
After caching mock response