Method Summary |
|
public void | clear() clear the entire cache. |
public Object | get(String key) get an item from the cache. |
public String | getId() a unique identifier for the cache. |
public Map | getStats() get cache stats. |
public void | put(String key, Object value) put an item in the cache. |
public void | remove(String key) remove an item from the cache. |