Package org.hibernate.cache.jcache
Interface ConfigSettings
-
public interface ConfigSettings
-
-
Field Summary
Fields Modifier and Type Field Description static String
CACHE_MANAGER
Allows providing `hibernate-jcache` with a custom JCacheCacheManager
.static String
CONFIG_URI
Designates the URI for a specific JCacheCacheManager
JCacheRegionFactory should ask theCachingProvider
forstatic 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 JCacheCachingProvider
.static String
SIMPLE_FACTORY_NAME
-
-
-
Field Detail
-
SIMPLE_FACTORY_NAME
static final String SIMPLE_FACTORY_NAME
- See Also:
- Constant Field Values
-
PROP_PREFIX
static final String PROP_PREFIX
- See Also:
- Constant Field Values
-
CACHE_MANAGER
static final String CACHE_MANAGER
Allows providing `hibernate-jcache` with a custom JCacheCacheManager
.- See Also:
- Constant Field Values
-
PROVIDER
static final String PROVIDER
Allows providing `hibernate-jcache` with a custom JCacheCachingProvider
.- See Also:
- Constant Field Values
-
MISSING_CACHE_STRATEGY
static final String MISSING_CACHE_STRATEGY
Define the behavior of the region factory when a cache is missing, i.e. when the cache was not created by the cache manager as it started. SeeMissingCacheStrategy
for the various possible values. Default value isMissingCacheStrategy.FAIL
.- See Also:
- Constant Field Values
-
CONFIG_URI
static final String CONFIG_URI
Designates the URI for a specific JCacheCacheManager
JCacheRegionFactory should ask theCachingProvider
for
-
-