| Constructor and Description |
|---|
EhCache(net.sf.ehcache.CacheManager cacheManager,
String cacheName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(Serializable key) |
Serializable |
get(Serializable key) |
Serializable |
put(Serializable key,
Serializable value) |
void |
remove(Serializable theKey) |
void |
removeAll() |
public Serializable get(Serializable key) throws Exception
public Serializable put(Serializable key, Serializable value) throws Exception
public void remove(Serializable theKey) throws Exception
public void removeAll()
throws Exception
public boolean contains(Serializable key) throws Exception
Copyright © 2015. All rights reserved.