org.tinygroup.cache.ehcache
| Constructor and 描述 |
|---|
EhCache() |
| Modifier and Type | Method and 描述 |
|---|---|
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 |
setCacheManager(CacheManager manager) |
public Set<String> getGroupKeys(String group)
getGroupKeys 接口 {1} 中的 {0} Cachepublic void cleanGroup(String group)
cleanGroup 接口 {1} 中的 {0} Cachepublic int freeMemoryElements(int numberToFree)
freeMemoryElements 接口 {1} 中的 {0} Cachepublic void setCacheManager(CacheManager manager)
setCacheManager 接口 {1} 中的 {0} CacheCopyright © 2006–2015 TinyGroup. All rights reserved.