| Constructor and Description |
|---|
MemoryCache() |
| 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() |
public Serializable get(Serializable key) throws Exception
public Serializable put(Serializable key, Serializable value) throws Exception
public void remove(Serializable key) throws Exception
public void removeAll()
throws Exception
public boolean contains(Serializable key) throws Exception
Copyright © 2015. All rights reserved.