com.ibm.ccd.ui.cache
Class SimpleCacheService
java.lang.Object
com.ibm.ccd.ui.cache.SimpleCacheService
public class SimpleCacheService
- extends java.lang.Object
Created on Jun 13, 2006
This object creates a cache and stores a key-value map for
objects , which fall under a particular classification.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleCacheService
protected SimpleCacheService()
getCacheValue
public java.lang.Object getCacheValue(java.lang.String key)
putCacheValue
public void putCacheValue(java.lang.String key,
java.lang.Object value)
resetCache
public void resetCache()
getCacheKeys
public java.util.Set getCacheKeys()
removeKey
public void removeKey(java.lang.String key)