JCache CacheManager (cacheManager)

Configuration for the JCache CacheManager.

NameTypeDefaultDescription

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.

cacheManager > cachingProvider

The JCache CachingProvider that this JCache CacheManager instance uses.

NameTypeDefaultDescription

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.

Expand
cacheManager > cachingProvider > commonLibrary

A library or libraries that contain any classes that might be stored in the cache.

Expand
cacheManager > cachingProvider > commonLibrary > file

Expand
cacheManager > cachingProvider > commonLibrary > fileset

Expand
cacheManager > cachingProvider > commonLibrary > folder

Expand
cacheManager > cachingProvider > jCacheLibrary

A library that contains the JCache implementation.

Expand
cacheManager > cachingProvider > jCacheLibrary > file

Expand
cacheManager > cachingProvider > jCacheLibrary > fileset

Expand
cacheManager > cachingProvider > jCacheLibrary > folder

cacheManager > properties

Vendor-specific JCache configuration properties, which are passed to the CachingProvider when the CacheManager instance is obtained.