JCache CacheManager (cacheManager)
Configuration for the JCache CacheManager.
Name | Type | Default | Description |
---|---|---|---|
cachingProviderRef | A reference to top level cachingProvider element (string). | The JCache CachingProvider that this JCache CacheManager instance uses. | |
id | string | A unique configuration ID. | |
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.
Name | Type | Default | Description |
---|---|---|---|
commonLibraryRef | List of references to top level library elements (comma-separated string). | A library or libraries that contain any classes that might be stored in the cache. | |
jCacheLibraryRef | A reference to top level library element (string). | A library that contains the JCache implementation. | |
providerClass | string | The fully-qualified class name of the JCache javax.cache.CachingProvider instance. |
A library or libraries that contain any classes that might be stored in the cache.
A library that contains the JCache implementation.
Vendor-specific JCache configuration properties, which are passed to the CachingProvider when the CacheManager instance is obtained.