-
Notifications
You must be signed in to change notification settings - Fork 28
feat: Added caching for optimizelyConfig object #235
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
feat: Added caching for optimizelyConfig object #235
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@mikeng13 @thomaszurkan-optimizely It would be great if one of you can take a look and approve too. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM after updating copy right date in headers.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update the header on the rb files you touched. copy right should be through 2020. :)
Good Catch @thomaszurkan-optimizely . Its done :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Summary
Updated the
OptimizelyConfig
implementation to always return cached object.OptimizelyConfig
object will only be updated when newProjectConfig
is received.Test Plan
Added Unit Tests