Hi Christoph,
This metric is not implemented because of complexity. But you may get to
know now much of space your cache or cashes consumes with DataRegionMetrics:
DataRegionMetrics drm = ignite.dataRegionMetrics("region_name");long used = (long)(drm.getPhysicalMemorySize() * drm.getPagesFillFactor()); So if you don't use persistence and set custom data region for cache, you can size, consumed by it. Thanks! -Dmitry -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
