Package | Description |
---|---|
org.xwiki.cache | |
org.xwiki.cache.config | |
org.xwiki.cache.util |
Modifier and Type | Method and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
LRUCacheConfiguration
Cache configuration using LRU eviction method.
|
Modifier and Type | Field and Description |
---|---|
protected CacheConfiguration |
AbstractCache.configuration
The configuration used to create the cache.
|
Modifier and Type | Method and Description |
---|---|
CacheConfiguration |
AbstractCacheConfigurationLoader.getCacheConfiguration() |
Constructor and Description |
---|
AbstractCache(CacheConfiguration configuration) |
AbstractCacheConfigurationLoader(CacheConfiguration configuration,
Environment environment,
String defaultPropsId) |
AbstractCacheConfigurationLoader(CacheConfiguration configuration,
String defaultPropsId) |
Copyright © 2004–2022 XWiki. All rights reserved.