Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Remove secondary caching in ContentDefinitionManager, improve error message in DataMigrationManager #16212
Remove secondary caching in ContentDefinitionManager, improve error message in DataMigrationManager #16212
Changes from 6 commits
7fda7cb
18386eb
0316bd9
c95057b
5050392
a2f42c3
fd79bad
b4bd1a8
b26f81e
fa4483a
36fbf40
414f1ef
55541bc
4fee32f
4345ab3
0de24d1
b3ef613
739ecc1
f4282c7
d83450e
f0e3ba6
173f2d8
4185e4e
d1736cc
68fe0f4
bf3945f
3514bb9
70c09c8
204077e
7033644
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
@sebastienros should be the problem here, the Loadxx family of methods should no longer fetch content from the cache
/cc @MikeAlhayek
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.
Hi @MikeAlhayek , do I need to revert these changes? Or do I keep them?
Because there is already a cache in the
ContentDefinitionStore
and a second-level cache would make the logic more complexThere 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.
If we use both
MemoryCache
and Redis caching, it may have problems enabling distributed caching and multi-server deployments