| Constructor and Description |
|---|
EhCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanGroup(String group) |
void |
clear() |
void |
destroy() |
int |
freeMemoryElements(int numberToFree) |
Object |
get(String key) |
Object |
get(String groupName,
String key) |
Set<String> |
getGroupKeys(String group) |
String |
getStats() |
void |
init(String region) |
void |
put(String key,
Object object) |
void |
put(String groupName,
String key,
Object object) |
void |
putSafe(String key,
Object object) |
void |
remove(String key) |
void |
remove(String group,
String key) |
void |
setCache(net.sf.ehcache.Cache cache) |
public void setCache(net.sf.ehcache.Cache cache)
public Set<String> getGroupKeys(String group)
getGroupKeys in interface Cachepublic void cleanGroup(String group)
cleanGroup in interface Cachepublic int freeMemoryElements(int numberToFree)
freeMemoryElements in interface CacheCopyright © 2006–2015 TinyGroup. All rights reserved.