Hi Chris, IgniteCache#localPeek() method id Apache Ignite specific method that peeks at in-memory cached value using a provided peek mode. This method is not a part of JSR 107 Java™ Caching API, and it is not required that this method meet the specification requirements [12.4. Statistics Effects of Cache Operations]
> Does localPeek not register as a Cache Get metric? So, the answer is - No, it does not. You can wrap these calls and calculate the metric inside a wrapper I think. Thanks -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
