Skip to content

Commit 26e82c5

Browse files
committed
Skip internal keys' lookup in LRU
for the DefaultCache. Add test. Relates-To: DATASDK-71 Signed-off-by: sopov <ext-alexander.sopov@here.com>
1 parent 10d8395 commit 26e82c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

olp-cpp-sdk-core/tests/cache/DefaultCacheImplTest.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -998,7 +998,6 @@ TEST_F(DefaultCacheImplTest, InternalKeysBypassLru) {
998998
const auto data_string{"this is key's data"};
999999
cache::CacheSettings settings;
10001000
settings.disk_path_mutable = cache_path_;
1001-
settings.max_disk_storage = 2u * 1024u * 1024u;
10021001
{
10031002
settings.eviction_policy = cache::EvictionPolicy::kNone;
10041003
DefaultCacheImplHelper cache(settings);

0 commit comments

Comments
 (0)