Interface ConfigSettings
public interface ConfigSettings
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringAllows providing `hibernate-jcache` with a custom JCacheCacheManager.static final StringDesignates the URI for a specific JCacheCacheManagerJCacheRegionFactory should ask theCachingProviderforstatic final StringDefine the behavior of the region factory when a cache is missing, i.e.static final Stringstatic final StringAllows 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. SeeMissingCacheStrategyfor the various possible values. Default value isMissingCacheStrategy.FAIL.- See Also:
-
CONFIG_URI
Designates the URI for a specific JCacheCacheManagerJCacheRegionFactory should ask theCachingProviderfor- See Also:
-