Uses of Class
com.bankframe.services.cache.CacheFactory

Packages that use CacheFactory
com.bankframe.services.cache   
com.bankframe.services.cache.threadcleaned   
 

Uses of CacheFactory in com.bankframe.services.cache
 

Subclasses of CacheFactory in com.bankframe.services.cache
 class DefaultCacheFactoryImpl
          This is a factory class that will create a com.bankframe.services.cache.Cache instance on demand based on the properties specified in the BankframeResource.properties file.
 

Methods in com.bankframe.services.cache that return CacheFactory
static CacheFactory CacheFactory.getInstance()
          This method returns the CacheFactory instance.
 

Uses of CacheFactory in com.bankframe.services.cache.threadcleaned
 

Subclasses of CacheFactory in com.bankframe.services.cache.threadcleaned
 class ThreadCleanedCacheFactoryImpl
          This is a factory class that will create a com.bankframe.services.cache.Cache instance on demand based on the properties specified in the BankframeResource.properties file.
 



Copyright © 2005, 2007, Oracle. All rights reserved.