Method Summary |
|
public void | clear() Clears all items in the cache. |
public void | configure(Configuration configuration) Configure the cache using a Configuration object. |
public boolean | containsKey(Object key) I can't imagine why anybody would rely on this method. |
public void | dispose() Shuts down the Whirlycache and its associated tuning thread. |
public void | free() This method is not supported by Whirlycache. |
public Object | get(Object key) |
public void | initialize() Initializes a Whirlycache. |
public Enumeration | keys() We don't support keys(). |
public void | remove(Object key) Removes the specified object from the cache. |
public int | size() Returns the number of items in the cache. |
public void | store(Object key, Object value) Stores a value in the cache that can be retrieved using 'key'. |