ManagedCache.getStatistics()
@Deprecated public interface CacheStatistics
Modifier and Type | Method and Description |
---|---|
long |
getAccessCount()
Deprecated.
|
long |
getExpiredCount()
Deprecated.
|
String |
getFormattedSizeInMegabytes()
Deprecated.
|
long |
getHitCount()
Deprecated.
|
int |
getHitPercent()
Deprecated.
|
long |
getMaxSize()
Deprecated.
|
long |
getMissCount()
Deprecated.
|
String |
getName()
Deprecated.
|
String |
getNiceName()
Deprecated.
|
long |
getSize()
Deprecated.
|
long |
getSizeInBytes()
Deprecated.
|
int |
getUsagePercent()
Deprecated.
|
boolean |
hasContents()
Deprecated.
|
boolean |
isNearCache()
Deprecated.
|
long getHitCount()
long getExpiredCount()
long getAccessCount()
long getMissCount()
int getHitPercent()
long getSize()
long getMaxSize()
String getName()
int getUsagePercent()
String getNiceName()
boolean hasContents()
String getFormattedSizeInMegabytes()
long getSizeInBytes()
boolean isNearCache()
Copyright © 2003–2020 Atlassian. All rights reserved.