Skip to content
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

Rollout cache manager #717

Merged
merged 3 commits into from
Nov 28, 2024
Merged

Rollout cache manager #717

merged 3 commits into from
Nov 28, 2024

Conversation

gthea
Copy link
Contributor

@gthea gthea commented Nov 27, 2024

Android SDK

What did you accomplish?

  • Created RolloutCacheManager implementation which takes care of expiring cache according to config.
  • Created RolloutDefinitionsCache interface which segments & flags storages extend.

@gthea gthea self-assigned this Nov 27, 2024
@gthea gthea marked this pull request as ready for review November 28, 2024 16:45
@gthea gthea requested a review from a team as a code owner November 28, 2024 16:45
Copy link
Contributor

@EmilianoSanchez EmilianoSanchez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM


public interface MySegmentsStorage {
public interface MySegmentsStorage extends RolloutDefinitionsCache {
void loadLocal();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does it make sense to move loadLocal method to the RolloutDefinitionsCache interface?

@gthea gthea merged commit 35ed81b into SDKS-9072_baseline Nov 28, 2024
5 checks passed
@gthea gthea deleted the SDKS-9030 branch November 28, 2024 20:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants