1 Reply Latest reply on Apr 18, 2017 10:27 AM by william.burns

    Get memory used by cache

    nneharawatt

      I am using memory based eviction by following these steps : Infinispan: Memory based eviction

      Now, At any point in time, I want to know the size of cache already used( in terms of memory size and not number of entries). I checked the getStats() call but I do not see any such stats being returned.

      How can I achieve that?