public interface Cache
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(Serializable key) |
Serializable |
get(Serializable key) |
Serializable |
put(Serializable key,
Serializable value) |
void |
remove(Serializable key) |
void |
removeAll() |
Serializable get(Serializable key) throws Exception
ExceptionSerializable put(Serializable key, Serializable value) throws Exception
Exceptionvoid remove(Serializable key) throws Exception
Exceptionboolean contains(Serializable key) throws Exception
ExceptionCopyright © 2015. All rights reserved.