Package org.hibernate.cache.jcache
Interface ConfigSettings
public interface ConfigSettings
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Allows providing `hibernate-jcache` with a custom JCacheCacheManager
.static final String
Designates the URI for a specific JCacheCacheManager
JCacheRegionFactory should ask theCachingProvider
forstatic final String
Define the behavior of the region factory when a cache is missing, i.e.static final String
static final String
Allows providing `hibernate-jcache` with a custom JCacheCachingProvider
.static final String
-
Field Details
-
SIMPLE_FACTORY_NAME
- See Also:
-
PROP_PREFIX
- See Also:
-
CACHE_MANAGER
Allows providing `hibernate-jcache` with a custom JCacheCacheManager
.- See Also:
-
PROVIDER
Allows providing `hibernate-jcache` with a custom JCacheCachingProvider
.- See Also:
-
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:
-
CONFIG_URI
Designates the URI for a specific JCacheCacheManager
JCacheRegionFactory should ask theCachingProvider
for
-