public class CacheInformations extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
static CacheInformations |
buildCacheInformationsWithKeys(String cacheId) |
List<?> |
getCacheKeys() |
String |
getConfiguration() |
int |
getHitsRatio() |
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 int getInMemoryHitsRatio()
public int getHitsRatio()
public String getConfiguration()
public List<?> getCacheKeys()
Copyright © 2008–2017 Emeric Vernat. All rights reserved.