Package com.exedio.cope.misc
Class ItemCacheSummary
java.lang.Object
com.exedio.cope.misc.ItemCacheSummary
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
Deprecated.due to changes to the cache implementation, this value is no longer meaningfullong
Deprecated.due to changes to the cache implementation, this value is no longer meaningfullong
Deprecated.UsegetAgeMaximumMillis()
insteadlong
Deprecated.due to changes to the cache implementation, this value is no longer meaningfullong
Deprecated.UsegetAgeMinimumMillis()
insteadlong
Deprecated.long
getHits()
Deprecated.long
Deprecated.UsegetStampsHits()
insteadlong
Deprecated.UsegetStampsPurged()
insteadint
Deprecated.UsegetStampsSize()
insteadlong
Deprecated.Not supported anymore.long
Deprecated.long
Deprecated.Deprecated.due to changes to the cache implementation, this value is no longer meaningfulint
getLevel()
Deprecated.int
getLimit()
Deprecated.long
Deprecated.int
Deprecated.due to changes to the cache implementation, this value is no longer meaningfulint
Deprecated.UsegetReplacementsL()
insteadlong
Deprecated.long
Deprecated.long
Deprecated.int
Deprecated.
-
Constructor Details
-
ItemCacheSummary
Deprecated.
-
-
Method Details
-
getLimit
Deprecated. -
getLevel
public int getLevel()Deprecated. -
getHits
public long getHits()Deprecated. -
getMisses
public long getMisses()Deprecated. -
getConcurrentLoads
public long getConcurrentLoads()Deprecated. -
getReplacementRuns
Deprecated.due to changes to the cache implementation, this value is no longer meaningful -
getReplacements
Deprecated.UsegetReplacementsL()
instead -
getReplacementsL
public long getReplacementsL()Deprecated. -
getLastReplacementRun
Deprecated.due to changes to the cache implementation, this value is no longer meaningful -
getAgeMinimumMillis
Deprecated.due to changes to the cache implementation, this value is no longer meaningful -
getAgeAverageMillis
Deprecated.due to changes to the cache implementation, this value is no longer meaningful -
getAgeMaximumMillis
Deprecated.due to changes to the cache implementation, this value is no longer meaningful -
getInvalidationsOrdered
public long getInvalidationsOrdered()Deprecated. -
getInvalidationsDone
public long getInvalidationsDone()Deprecated. -
getStampsSize
public int getStampsSize()Deprecated. -
getStampsHits
public long getStampsHits()Deprecated. -
getStampsPurged
public long getStampsPurged()Deprecated. -
getAgeMinMillis
Deprecated.UsegetAgeMinimumMillis()
instead -
getAgeMaxMillis
Deprecated.UsegetAgeMaximumMillis()
instead -
getInvalidationBucketHits
Deprecated.Not supported anymore.- Returns:
- Always returns 0.
-
getInvalidateLastSize
Deprecated.UsegetStampsSize()
instead -
getInvalidateLastHits
Deprecated.UsegetStampsHits()
instead -
getInvalidateLastPurged
Deprecated.UsegetStampsPurged()
instead
-
ItemCacheStatistics
instead