-
Notifications
You must be signed in to change notification settings - Fork 43
Skip internal keys' lookup in LRU for the DefaultCache. #1615
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
Conversation
c6a9a70
to
a55e373
Compare
for the DefaultCache. Relates-To: DATASDK-71 Signed-off-by: sopov <[email protected]>
a55e373
to
3d31910
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1615 +/- ##
==========================================
+ Coverage 80.18% 80.27% +0.09%
==========================================
Files 348 348
Lines 13883 13882 -1
Branches 1483 1482 -1
==========================================
+ Hits 11132 11143 +11
+ Misses 2150 2142 -8
+ Partials 601 597 -4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
for the DefaultCache. Add test. Relates-To: DATASDK-71 Signed-off-by: sopov <[email protected]>
129bd93
to
10d8395
Compare
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.
Few minor comments, feel free to skip
for the DefaultCache. Add test. Relates-To: DATASDK-71 Signed-off-by: sopov <[email protected]>
for the DefaultCache. Add test. Relates-To: DATASDK-71 Signed-off-by: sopov <[email protected]>
Currently, for mutable cache, the key should be in the protected list or LRU to be read. Internal keys are pretty important and should have priority to be read without additional restrictions.
Relates-to: DATASDK-71