Class EhCacheStatisticsEvent

  • All Implemented Interfaces:
    Serializable

    @AsynchronousPreferred
    public class EhCacheStatisticsEvent
    extends Object
    implements Serializable
    An analytics event which contains a snapshot of the basic statistics of an ehcache.
    Since:
    5.8
    See Also:
    Serialized Form
    • Method Detail

      • getCacheName

        public @NonNull String getCacheName()
      • getNumberOfElementsOnTheHeap

        public long getNumberOfElementsOnTheHeap()
      • getHitCount

        public long getHitCount()
      • getMissExpiredCount

        public long getMissExpiredCount()
      • getMissNotFoundCount

        public long getMissNotFoundCount()
      • getEvictedCount

        public long getEvictedCount()
      • getExpiredCount

        public long getExpiredCount()