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
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