com.ibm.ccd.ui.cache
Class SimpleCacheService

java.lang.Object
  extended by 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.


Constructor Summary
protected SimpleCacheService()
           
 
Method Summary
 java.util.Set getCacheKeys()
           
 java.lang.Object getCacheValue(java.lang.String key)
           
 void putCacheValue(java.lang.String key, java.lang.Object value)
           
 void removeKey(java.lang.String key)
           
 void resetCache()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleCacheService

protected SimpleCacheService()
Method Detail

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)