@Authors(value="Nikolche Mihajlovski") @Since(value="5.3.0") @ManageableBean(kind="cache") public class ManageableCache extends AutoManageable<ManageableCache>
| Constructor and Description |
|---|
ManageableCache(ConcurrentCache<?,?> cache) |
| Modifier and Type | Method and Description |
|---|---|
long |
bypassed() |
int |
capacity() |
long |
errors() |
List<String> |
getManageableProperties() |
String |
hitRate() |
long |
hits() |
long |
misses() |
void |
purge() |
int |
size() |
long |
ttl() |
group, id, resetdoManageableAction, doReloadManageable, getManageableActions, getManageableChildren, getManageableDisplay, kind, reloadManageable, runManageableAction, sourcepublic ManageableCache(ConcurrentCache<?,?> cache)
public List<String> getManageableProperties()
getManageableProperties in interface ManageablegetManageableProperties in class AbstractManageablepublic long ttl()
public long misses()
public long hits()
public long errors()
public long bypassed()
public String hitRate()
public int size()
public int capacity()
Copyright © 2014–2018 Nikolche Mihajlovski and contributors. All rights reserved.