所有方法 实例方法 具体方法
| 限定符和类型 |
方法和说明 |
void |
clear() |
boolean |
containsKey(Key key) |
org.ehcache.Cache<Key,Value> |
createCache(org.ehcache.config.CacheConfiguration<Key,Value> cacheConfiguration) |
Value |
get(Key key) |
org.ehcache.Cache<Key,Value> |
getCache() |
Iterator<org.ehcache.Cache.Entry<Key,Value>> |
iterator() |
void |
put(Key key,
Value value) |
Value |
putIfAbsent(Key key,
Value value) |
void |
remove(Key key) |
boolean |
remove(Key key,
Value value) |
void |
remove(Set<Key> set) |
Value |
replace(Key key,
Value value) |
boolean |
replace(Key key,
Value value1,
Value value2) |