Package | Description |
---|---|
org.xwiki.cache | |
org.xwiki.cache.event | |
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.
|
Cache<T> |
CacheEntry.getCache() |
<T> Cache<T> |
CacheFactory.newCache(CacheConfiguration config)
Create and return a custom cache.
|
Modifier and Type | Method and Description |
---|---|
Cache<T> |
CacheEvent.getCache() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCache<T>
Base class for
Cache implementations. |
Copyright © 2004–2021 XWiki. All rights reserved.