Files
scylladb/utils
Vlad Zolotarov e581fd1463 loading_cache: make size() return the size of lru_list instead of loading_shared_values
reloading flow may hold the items in the underlying loading_shared_values
after they have been removed (e.g. via remove(key) API) thereby loading_shared_values.size()
doesn't represent the correct value for the loading_cache. lru_list.size() on the other hand - does.

Signed-off-by: Vlad Zolotarov <vladz@scylladb.com>
(cherry picked from commit 1e56c7dd58)
2018-09-06 16:57:22 +03:00
..
2018-05-30 14:41:40 +02:00
2018-05-31 10:09:01 +01:00
2017-09-18 12:44:05 +02:00
2018-06-25 09:21:47 +01:00
2018-05-30 14:41:41 +02:00