0

How to log Hazelcast Near Cache hit/miss in my spring boot application?

I tried going through the documentation of Hazelcast but couldn't find anything related to this.

Do I need to implement this manually? Or does Hazelcast provides this functionality out of the box?

spring coder
  • 101
  • 2
  • Please provide enough code so others can better understand or reproduce the problem. – Community May 25 '23 at 22:05
  • IMap api has getLocalMapStats method, the returned object from this method has getNearCacheStats method, with it, you can see hit/miss. – mrck May 30 '23 at 12:46

0 Answers0