Class DefaultJCacheUriProvider
java.lang.Object
org.broadleafcommerce.common.extensibility.cache.DefaultJCacheUriProvider
- All Implemented Interfaces:
JCacheUriProvider
- Direct Known Subclasses:
DefaultEhCacheUriProvider
@Component("blJCacheUriProvider")
@ConditionalOnEhCacheMissing
public class DefaultJCacheUriProvider
extends Object
implements JCacheUriProvider
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the URI that should be used for JCache configuration
-
Field Details
-
configLocation
-
isLocationRelative
@Value("${hibernate.javax.cache.uri.relative:true}") protected boolean isLocationRelative
-
-
Constructor Details
-
DefaultJCacheUriProvider
public DefaultJCacheUriProvider()
-
-
Method Details
-
getJCacheUri
Description copied from interface:JCacheUriProvider
Returns the URI that should be used for JCache configuration- Specified by:
getJCacheUri
in interfaceJCacheUriProvider
- Returns:
- the URI to use
-