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 Details

    • configLocation

      @Value("${hibernate.javax.cache.uri:#{null}}") protected String configLocation
    • isLocationRelative

      @Value("${hibernate.javax.cache.uri.relative:true}") protected boolean isLocationRelative
  • Constructor Details

    • DefaultJCacheUriProvider

      public DefaultJCacheUriProvider()
  • Method Details