Uses of Class
org.xwiki.cache.CacheException

Packages that use CacheException
org.xwiki.cache   
org.xwiki.cache.internal   
 

Uses of CacheException in org.xwiki.cache
 

Methods in org.xwiki.cache that throw CacheException
<T> Cache<T>
CacheManager.createNewCache(CacheConfiguration config)
          Find the cache implementation component to use and create a new cache.
<T> Cache<T>
CacheManager.createNewLocalCache(CacheConfiguration config)
          Find the local cache implementation component to use and create a new cache.
<T> Cache<T>
CacheFactory.newCache(CacheConfiguration config)
          Create and return a custom cache.
 

Uses of CacheException in org.xwiki.cache.internal
 

Methods in org.xwiki.cache.internal that throw CacheException
<T> Cache<T>
DefaultCacheManager.createNewCache(CacheConfiguration config)
          Find the cache implementation component to use and create a new cache.
<T> Cache<T>
DefaultCacheManager.createNewCache(CacheConfiguration config, java.lang.String cacheHint)
          Lookup the cache component with provided hint and create a new cache.
<T> Cache<T>
DefaultCacheManager.createNewLocalCache(CacheConfiguration config)
          Find the local cache implementation component to use and create a new cache.
<T> Cache<T>
DefaultCacheFactory.newCache(CacheConfiguration config)
          Create and return a custom cache.
 



Copyright © 2004-2011 XWiki. All Rights Reserved.