Uses of Interface
org.xwiki.cache.Cache
-
Packages that use Cache Package Description org.xwiki.cache org.xwiki.cache.event org.xwiki.cache.util -
-
Uses of Cache in org.xwiki.cache
Methods in org.xwiki.cache that return Cache Modifier and Type Method 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. -
Uses of Cache in org.xwiki.cache.event
Methods in org.xwiki.cache.event that return Cache Modifier and Type Method Description Cache<T>
CacheEvent. getCache()
-
Uses of Cache in org.xwiki.cache.util
Classes in org.xwiki.cache.util that implement Cache Modifier and Type Class Description class
AbstractCache<T>
Base class forCache
implementations.
-