|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Cache | |
|---|---|
| org.xwiki.cache | |
| org.xwiki.cache.event | |
| org.xwiki.cache.internal | |
| org.xwiki.cache.util | |
| Uses of Cache in org.xwiki.cache |
|---|
| Methods in org.xwiki.cache that return Cache | ||
|---|---|---|
|
CacheManager.createNewCache(CacheConfiguration config)
Find the cache implementation component to use and create a new cache. |
|
|
CacheManager.createNewLocalCache(CacheConfiguration config)
Find the local cache implementation component to use and create a new cache. |
|
Cache<T> |
CacheEntry.getCache()
|
|
|
CacheFactory.newCache(CacheConfiguration config)
Create and return a custom cache. |
|
| Uses of Cache in org.xwiki.cache.event |
|---|
| Methods in org.xwiki.cache.event that return Cache | |
|---|---|
Cache<T> |
CacheEvent.getCache()
|
| Uses of Cache in org.xwiki.cache.internal |
|---|
| Classes in org.xwiki.cache.internal that implement Cache | |
|---|---|
class |
DefaultCache<T>
Default implementation of Cache. |
| Methods in org.xwiki.cache.internal that return Cache | ||
|---|---|---|
|
DefaultCacheManager.createNewCache(CacheConfiguration config)
Find the cache implementation component to use and create a new cache. |
|
|
DefaultCacheManager.createNewCache(CacheConfiguration config,
java.lang.String cacheHint)
Lookup the cache component with provided hint and create a new cache. |
|
|
DefaultCacheManager.createNewLocalCache(CacheConfiguration config)
Find the local cache implementation component to use and create a new cache. |
|
|
DefaultCacheFactory.newCache(CacheConfiguration config)
Create and return a custom cache. |
|
| Uses of Cache in org.xwiki.cache.util |
|---|
| Classes in org.xwiki.cache.util that implement Cache | |
|---|---|
class |
AbstractCache<T>
Base class for Cache implementations. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||