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

Module storage #132

Merged
merged 21 commits into from
Jul 9, 2024
Merged

Module storage #132

merged 21 commits into from
Jul 9, 2024

Conversation

And1sS
Copy link
Member

@And1sS And1sS commented Jun 25, 2024

No description provided.

@@ -47,6 +50,7 @@ public class PostCacheHandler extends CacheHandler {

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
Collaborator

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?

AntoxaAntoxic
AntoxaAntoxic previously approved these changes Jul 8, 2024
@SerhiiNahornyi SerhiiNahornyi merged commit 3e44b18 into master Jul 9, 2024
2 checks passed
@SerhiiNahornyi SerhiiNahornyi deleted the module-storage branch July 9, 2024 07:39
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