-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adding default flags, and flag cache. * Ensuring cache is stored, and updating logic to enable cache and defaults. * Version bump for release * Fixing UserDefaults typo calling wrong method. * Improving getFlagUsingCacheAndDefaults * Adding skipAPI, TTL and ensuring cache / defaults are only used in the case of failures, not successful calls. * Finalising TTL logic and adding example code. * Minor logic correction for skipAPI. * Moving cache to the networking layer, with ability to customise. * Fixing import issues. * Moving cache configuration to a separate class. * Removing un-necessary method for default flags. --------- Co-authored-by: Ben Rometsch <[email protected]>
- Loading branch information
1 parent
03bcb33
commit 6dfeaab
Showing
9 changed files
with
243 additions
and
42 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.