Uses of Class
com.broadleafcommerce.promotion.offer.cache.OfferCacheProperties
Package
Description
-
Uses of OfferCacheProperties in com.broadleafcommerce.promotion.offer.autoconfigure
Modifier and TypeMethodDescriptionorg.springframework.boot.autoconfigure.cache.CacheManagerCustomizer<org.apache.ignite.cache.spring.SpringCacheManager>
OfferCacheAutoConfiguration.offerCacheManagerCustomizer
(com.broadleafcommerce.common.extension.autoconfigure.IgniteConfigurers.BasicIgniteConfigurer configurer, OfferCacheProperties offerCacheProperties) -
Uses of OfferCacheProperties in com.broadleafcommerce.promotion.offer.provider.jpa.repository
Modifier and TypeMethodDescriptionprotected OfferCacheProperties
JpaCustomizedOfferCodeRepository.getCacheProperties()
protected OfferCacheProperties
JpaCustomizedOfferRepository.getCacheProperties()
Modifier and TypeMethodDescriptionvoid
JpaCustomizedOfferCodeRepository.setCacheProperties
(OfferCacheProperties cacheProperties) void
JpaCustomizedOfferRepository.setCacheProperties
(OfferCacheProperties cacheProperties) -
Uses of OfferCacheProperties in com.broadleafcommerce.promotion.offer.service
Modifier and TypeMethodDescriptionprotected OfferCacheProperties
DefaultOfferCodeService.getCacheProperties()
protected OfferCacheProperties
DefaultOfferService.getCacheProperties()
protected OfferCacheProperties
DefaultOfferAndOfferCodeUsabilityService.getOfferCacheProperties()
Modifier and TypeMethodDescriptionvoid
DefaultOfferCodeService.setCacheProperties
(OfferCacheProperties cacheProperties) void
DefaultOfferService.setCacheProperties
(OfferCacheProperties cacheProperties) void
DefaultOfferAndOfferCodeUsabilityService.setOfferCacheProperties
(OfferCacheProperties offerCacheProperties)