-
Notifications
You must be signed in to change notification settings - Fork 43
Expose cache keys creation. #1265
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
e006c17 to
41586c4
Compare
Codecov Report
@@ Coverage Diff @@
## master #1265 +/- ##
======================================
Coverage 85.5% 85.5%
======================================
Files 363 364 +1
Lines 12976 12984 +8
======================================
+ Hits 11094 11102 +8
Misses 1882 1882
Continue to review full report at Codecov.
|
41586c4 to
50bbebf
Compare
50bbebf to
c883c90
Compare
c5c76f6 to
b8eafa5
Compare
Added new class to create keys used to store partitions, bundles, quastrees etc. Now user can modify and rewrite data in the cache. All *CacheRepository APIs now the API instead of internal hidden methods. Integration testing done via adding new checks in existing tests. The change doesn't add new functionality, but we must be sure clients write data with same cache keys. Resolves: OLPEDGE-2649 Signed-off-by: Kostiantyn Zvieriev <ext-kostiantyn.zvieriev@here.com>
b8eafa5 to
cf36203
Compare
Added new class to create keys used to store partitions, bundles,
quadtrees etc. Now user can modify and rewrite data in the cache.
All
*CacheRepositoryclasses now use the API instead of internalhidden scattered methods.
Integration testing done via adding new checks in existing tests. The
change doesn't add new functionality, but we must be sure clients
write data with same cache keys.
Resolves: OLPEDGE-2649
Signed-off-by: Kostiantyn Zvieriev ext-kostiantyn.zvieriev@here.com