-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Coalesce reset options, reset coalesce based on result. (error,…
… success, timeout) (#908) * Feature: option to reset coalesce depending on result of action. * Fix: Don't crash when coalescing is disabled. * Bugfix: Fix max size for cache entries. * Fixed error whilst merging, accidentally removed cache delete function Merge branch 'main' into coalesce-reset-options * main: chore(main): release 8.3.1 (#907) fix: Incorrect default value of maxEntries for MemoryCache #904 (#906) # Conflicts: # lib/cache.js * Docs: Update readme with coalesceResetOn and Fetch example. --------- Co-authored-by: Daan <>
- Loading branch information
Showing
4 changed files
with
134 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters