Uses of Class
org.figure8.join.services.cache.CacheException

Packages that use CacheException
org.figure8.join.services.cache   
 

Uses of CacheException in org.figure8.join.services.cache
 

Methods in org.figure8.join.services.cache that throw CacheException
 void EhCache.cleanUp()
          Remove all elements from this cache and the cache itself.
 void Cache.cleanUp()
          Remove all elements from this cache and the cache itself.
 void EhCache.clear()
          Remove all elements from this cache but leave it in a usable state
 void Cache.clear()
          Remove all elements from this cache but leave it in a usable state
 void EhCacheManager.clearCaches()
          Clear (ie. flush) all managed caches.
 void CacheManager.clearCaches()
          Clear (ie. flush) all managed caches.
 void EhCacheManager.createCaches()
          Create all managed caches.
 void CacheManager.createCaches()
          Create all managed caches.
protected  void CacheLoader.loadDeliverableTypesCache()
          Load the eternal cache containing DeliverableTypes
protected  void CacheLoader.loadReleasesCache()
          Load the eternal cache containing Releases
protected  void CacheLoader.loadRolesCache()
          Load the eternal cache containing Roles
protected  void CacheLoader.loadStepsCache()
          Load the eternal cache containing Steps
 void EhCache.put(java.io.Serializable key, java.io.Serializable value)
          Puts an object into the cache
 void Cache.put(java.io.Serializable key, java.io.Serializable value)
          Puts an object into the cache
 void EhCache.remove(java.io.Serializable key)
          Remove an object from the cache
 void Cache.remove(java.io.Serializable key)
          Remove an object from the cache
 



Copyright © 2005-2008 Join. All Rights Reserved.