@Authors(value="Nikolche Mihajlovski") @Since(value="5.3.0") 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 |
getManageableType() |
String |
hitRate() |
long |
hits() |
long |
misses() |
void |
purge() |
int |
size() |
long |
ttl() |
group, iddoManageableAction, getManageableActions, runManageableActionpublic ManageableCache(ConcurrentCache<?,?> cache)
public List<String> getManageableProperties()
getManageableProperties in interface ManageablegetManageableProperties in class AbstractManageablepublic String getManageableType()
getManageableType in interface ManageablegetManageableType 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–2017 Nikolche Mihajlovski and contributors. All rights reserved.