Package | Description |
---|---|
org.xwiki.cache |
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.
|
Copyright © 2004–2016 XWiki. All rights reserved.