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