JCache Cache (cache)
Configuration for JCache Cache.
Name | Type | Default | Description |
---|---|---|---|
cacheManagerRef | A reference to top level cacheManager element (string). | The JCache CacheManager instance that manages this cache. | |
id | string | A unique configuration ID. | |
name | string | The JCache cache name to use for caching. If this cache does not exist, it is created at runtime. The name must be unique for a given CacheManager instance. |
The JCache CacheManager instance that manages this cache.
Name | Type | Default | Description |
---|---|---|---|
cachingProviderRef | A reference to top level cachingProvider element (string). | The JCache CachingProvider that this JCache CacheManager instance uses. | |
uri | A file, directory or url. | Vendor-specific JCache configuration URI, which is passed to the CachingProvider when the CacheManager instance is obtained. |
The JCache CachingProvider that this JCache CacheManager instance uses.
Vendor-specific JCache configuration properties, which are passed to the CachingProvider when the CacheManager instance is obtained.