Uses of Class
org.xwiki.cache.config.CacheConfiguration

Packages that use CacheConfiguration
org.xwiki.cache   
org.xwiki.cache.config   
org.xwiki.cache.util   
 

Uses of CacheConfiguration in org.xwiki.cache
 

Methods in org.xwiki.cache with parameters of type CacheConfiguration
<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 CacheConfiguration in org.xwiki.cache.config
 

Subclasses of CacheConfiguration in org.xwiki.cache.config
 class LRUCacheConfiguration
          Cache configuration using LRU eviction method.
 

Uses of CacheConfiguration in org.xwiki.cache.util
 

Fields in org.xwiki.cache.util declared as CacheConfiguration
protected  CacheConfiguration AbstractCache.configuration
          The configuration used to create the cache.
 

Methods in org.xwiki.cache.util that return CacheConfiguration
 CacheConfiguration AbstractCacheConfigurationLoader.getCacheConfiguration()
           
 

Constructors in org.xwiki.cache.util with parameters of type CacheConfiguration
AbstractCacheConfigurationLoader(CacheConfiguration configuration, String defaultPropsId)
           
 



Copyright © 2004–2013 XWiki. All rights reserved.