public class JCacheInformations extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
static JCacheInformations |
buildJCacheInformationsWithKeys(String cacheId) |
long |
getCacheHits() |
List<?> |
getCacheKeys() |
long |
getCacheMisses() |
int |
getHitsRatio() |
String |
getName() |
String |
toString() |
public static JCacheInformations buildJCacheInformationsWithKeys(String cacheId)
public String getName()
public long getCacheHits()
public long getCacheMisses()
public int getHitsRatio()
public List<?> getCacheKeys()
Copyright © 2008–2019 Emeric Vernat. All rights reserved.