Uses of Class
org.xwiki.cache.CacheException
-
Packages that use CacheException Package Description org.xwiki.cache -
-
Uses of CacheException in org.xwiki.cache
Methods in org.xwiki.cache that throw CacheException Modifier and Type Method Description <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.
-