com.ibm.ccd.ui.cache
Class CacheFactory

java.lang.Object
  extended by com.ibm.ccd.ui.cache.CacheFactory
All Implemented Interfaces:
ICacheFactory

public class CacheFactory
extends java.lang.Object
implements ICacheFactory


Constructor Summary
CacheFactory()
           
 
Method Summary
 java.lang.Object getCachedObject(java.lang.String groupkey, java.lang.String key)
          Getting the cached objects using groupkey and key.It checks for cache enable/disable and reloading the templates cache objects.
static CacheFactory getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheFactory

public CacheFactory()
Method Detail

getInstance

public static CacheFactory getInstance()

getCachedObject

public java.lang.Object getCachedObject(java.lang.String groupkey,
                                        java.lang.String key)
Getting the cached objects using groupkey and key.It checks for cache enable/disable and reloading the templates cache objects.

Specified by:
getCachedObject in interface ICacheFactory
Parameters:
groupkey -
key -
Returns:
object