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 |
Get
CacheManager configuration. |
DisposableCacheValue |
If the value inserted in the cache implement this interface, the
DisposableCacheValue.dispose() method will be called to release
all resource used by this data when it is removed from the cache. |
Exception | Description |
---|---|
CacheException |
Any exception raised in the XWiki Cache component must raise an exception of this type.
|
Copyright © 2004–2022 XWiki. All rights reserved.