Skip to content

Module storage#132

Merged
SerhiiNahornyi merged 21 commits into
masterfrom
module-storage
Jul 9, 2024
Merged

Module storage#132
SerhiiNahornyi merged 21 commits into
masterfrom
module-storage

Conversation

@And1sS

@And1sS And1sS commented Jun 25, 2024

Copy link
Copy Markdown
Collaborator

No description provided.

@And1sS
And1sS requested a review from SerhiiNahornyi June 25, 2024 12:30

private static final String UUID_KEY = "uuid";
private static final String SECONDARY_CACHE_KEY = "secondaryCache";
private static final String MODULE_STORAGE_PREFIX = "module.";

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

so saving into the module storage is restricted here by the module prefix, but at the same time there isn't any guarantee that the module storage saves everything with that prefix (it could be any), so what's the matter of this check? Shouldn't we save everything into the module storage with that prefix to guarantee this check makes sense?

Am I missing something?

Comment thread src/main/java/org/prebid/cache/handlers/cache/PostCacheHandler.java Outdated
AntoxaAntoxic
AntoxaAntoxic previously approved these changes Jul 8, 2024
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.

5 participants