-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add cache configuration per endpoint in fallback cache (#443)
* Add cache configuration per endpoint in fallback cache 1. We are using existing 'methodName' context already being set and used in EPG 2. Create initialization function to be called as contructor options 3. New configuration defaults to NO-OP if config is not set or empty else is enforced * Addressed comments * TEst * Add context key setters and getters * Move this to 3.4.26 release * Addressed comments * derp
- Loading branch information
Showing
3 changed files
with
77 additions
and
15 deletions.
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