Package org.xwiki.cache
-
Interface Summary Interface Description Cache<T> Cache interface.CacheControl Control the caches behavior in the current context.CacheEntry<T> Represents a cache entry with it's key, value, etc.CacheFactory This interface is implemented by a XWiki cache component implementation to provide cache creation.CacheManager Choose the cache component to use for cache or local cache.CacheManagerConfiguration GetCacheManager
configuration.DisposableCacheValue If the value inserted in the cache implement this interface, theDisposableCacheValue.dispose()
method will be called to release all resource used by this data when it is removed from the cache. -
Exception Summary Exception Description CacheException Any exception raised in the XWiki Cache component must raise an exception of this type.