Chris,

Do you need other metrics besides the cache size? If not, then your code
above could be replaced with one line:

return ignite.cache(cacheName).localSize(CachePeekMode.PRIMARY);


-- 
Best regards,
Alexey

Reply via email to