public interface ConfigSettings
| Modifier and Type | Field and Description |
|---|---|
static String |
CACHE_MANAGER
Allows providing `hibernate-jcache` with a custom JCache
CacheManager. |
static String |
CONFIG_URI
Designates the URI for a specific JCache
CacheManager JCacheRegionFactory
should ask the CachingProvider for |
static String |
MISSING_CACHE_STRATEGY
Define the behavior of the region factory when a cache is missing,
i.e.
|
static String |
PROP_PREFIX |
static String |
PROVIDER
Allows providing `hibernate-jcache` with a custom JCache
CachingProvider. |
static String |
SIMPLE_FACTORY_NAME |
static final String SIMPLE_FACTORY_NAME
static final String PROP_PREFIX
static final String CACHE_MANAGER
CacheManager.static final String PROVIDER
CachingProvider.static final String MISSING_CACHE_STRATEGY
MissingCacheStrategy for the various possible values.
Default value is MissingCacheStrategy.FAIL.static final String CONFIG_URI
CacheManager JCacheRegionFactory
should ask the CachingProvider forCachingProvider.getCacheManager(URI, ClassLoader),
Constant Field ValuesCopyright © 2001-2022 Red Hat, Inc. All Rights Reserved.