Uses of Interface
com.rhi.architecture.cache.CacheManager

Packages that use CacheManager
com.rhi.architecture.cache   
com.rhi.architecture.cache.simple   
 

Uses of CacheManager in com.rhi.architecture.cache
 

Methods in com.rhi.architecture.cache that return CacheManager
 CacheManager CacheFactory.getManager(java.lang.Object type)
          If a cache manager is currently registered for the provided type, return it.
 

Methods in com.rhi.architecture.cache with parameters of type CacheManager
 void CacheLoader.loadCache(CacheManager cacheManager)
          This method has to load all the data for the cacheable object into the cache.
 

Uses of CacheManager in com.rhi.architecture.cache.simple
 

Classes in com.rhi.architecture.cache.simple that implement CacheManager
 class SimpleCacheManager
          This is simple cache manager that handles the cacheable objects by storing and retriving from HashMap java class.
 

Methods in com.rhi.architecture.cache.simple that return CacheManager
 CacheManager SimpleCacheFactory.getManager(java.lang.Object className)
          Retrieves the CacheManager that is specific to the className object.
 



Copyright © 2002-2004 Robert Half International. All Rights Reserved.