Package com.exedio.cope
Class ItemCacheInfo
java.lang.Object
com.exedio.cope.ItemCacheInfo
-
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
long
getHits()
long
Deprecated.UsegetStampsHits()
insteadlong
Deprecated.UsegetStampsPurged()
insteadint
Deprecated.UsegetStampsSize()
insteadlong
Deprecated.Not supported anymore.long
long
Deprecated.due to changes to the cache implementation, this value is no longer meaningfulint
getLevel()
Returns the current number of items in the cache.int
getLimit()
Deprecated.long
int
Deprecated.due to changes to the cache implementation, this value is no longer meaningfulint
Deprecated.UsegetReplacementsL()
insteadlong
long
long
int
Type<?>
getType()
-
Method Details
-
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. -
getReplacementRuns
Deprecated.due to changes to the cache implementation, this value is no longer meaningful -
getReplacements
Deprecated.UsegetReplacementsL()
instead -
getLastReplacementRun
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 -
getAgeMinimumMillis
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 -
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
-