Class ItemCacheInfo

java.lang.Object
com.exedio.cope.ItemCacheInfo

public final class ItemCacheInfo extends Object
  • Method Details

    • 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()
    • getLimit

      @Deprecated public int getLimit()
      Deprecated.
    • getReplacementRuns

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

      @Deprecated public int getReplacements()
      Deprecated.
      Use getReplacementsL() instead
    • 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
    • getAgeMinMillis

      @Deprecated public long getAgeMinMillis()
      Deprecated.
    • getAgeMaxMillis

      @Deprecated public long getAgeMaxMillis()
      Deprecated.
    • getInvalidationBucketHits

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

      @Deprecated public int getInvalidateLastSize()
      Deprecated.
      Use getStampsSize() instead
    • getInvalidateLastHits

      @Deprecated public long getInvalidateLastHits()
      Deprecated.
      Use getStampsHits() instead
    • getInvalidateLastPurged

      @Deprecated public long getInvalidateLastPurged()
      Deprecated.
      Use getStampsPurged() instead