Class ItemCacheInfo


  • public final class ItemCacheInfo
    extends Object
    • Method Detail

      • getType

        public Type<?> getType()
      • getLevel

        public int getLevel()
        Returns the current number of items in the cache.
      • getHits

        public long getHits()
      • getMisses

        public long getMisses()
      • getConcurrentLoads

        public long getConcurrentLoads()
      • getReplacementsL

        public long getReplacementsL()
      • getInvalidationsOrdered

        public long getInvalidationsOrdered()
      • getInvalidationsDone

        public long getInvalidationsDone()
      • getStampsSize

        public int getStampsSize()
      • getStampsHits

        public long getStampsHits()
      • getStampsPurged

        public long getStampsPurged()
      • getReplacementRuns

        @Deprecated
        public int getReplacementRuns()
        Deprecated.
        due to changes to the cache implementation, this value is no longer meaningful
      • getLastReplacementRun

        @Deprecated
        public Date getLastReplacementRun()
        Deprecated.
        due to changes to the cache implementation, this value is no longer meaningful
      • getAgeAverageMillis

        @Deprecated
        public long getAgeAverageMillis()
        Deprecated.
        due to changes to the cache implementation, this value is no longer meaningful
      • getAgeMinimumMillis

        @Deprecated
        public long getAgeMinimumMillis()
        Deprecated.
        due to changes to the cache implementation, this value is no longer meaningful
      • getAgeMaximumMillis

        @Deprecated
        public long getAgeMaximumMillis()
        Deprecated.
        due to changes to the cache implementation, this value is no longer meaningful
      • getInvalidationBucketHits

        @Deprecated
        public long getInvalidationBucketHits()
        Deprecated.
        Not supported anymore.
        Returns:
        Always returns 0.