Package org.hibernate.cache.jcache
Interface ConfigSettings
-
public interface ConfigSettings
-
-
Field Summary
Fields Modifier and Type Field Description static StringCACHE_MANAGERAllows providing `hibernate-jcache` with a custom JCacheCacheManager.static StringCONFIG_URIDesignates the URI for a specific JCacheCacheManagerJCacheRegionFactory should ask theCachingProviderforstatic StringMISSING_CACHE_STRATEGYDefine the behavior of the region factory when a cache is missing, i.e.static StringPROP_PREFIXstatic StringPROVIDERAllows providing `hibernate-jcache` with a custom JCacheCachingProvider.static StringSIMPLE_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. SeeMissingCacheStrategyfor 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 JCacheCacheManagerJCacheRegionFactory should ask theCachingProviderfor- See Also:
CachingProvider.getCacheManager(URI, ClassLoader), Constant Field Values
-
-