public class CacheInformations extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
static CacheInformations |
buildCacheInformationsWithKeys(String cacheId) |
long |
getCacheHits() |
List<?> |
getCacheKeys() |
long |
getCacheMisses() |
String |
getConfiguration() |
int |
getHitsRatio() |
long |
getInMemoryHits() |
int |
getInMemoryHitsRatio() |
long |
getInMemoryObjectCount() |
long |
getInMemoryPercentUsed() |
String |
getName() |
long |
getOnDiskObjectCount() |
String |
toString() |
public static CacheInformations buildCacheInformationsWithKeys(String cacheId)
public String getName()
public long getInMemoryObjectCount()
public long getInMemoryPercentUsed()
public long getOnDiskObjectCount()
public long getInMemoryHits()
public long getCacheHits()
public long getCacheMisses()
public int getInMemoryHitsRatio()
public int getHitsRatio()
public String getConfiguration()
public List<?> getCacheKeys()
Copyright © 2008–2018 Emeric Vernat. All rights reserved.