Uses of Enum Class
com.broadleafcommerce.promotion.offer.cache.FullCacheInitializationStatus
Packages that use FullCacheInitializationStatus
Package
Description
-
Uses of FullCacheInitializationStatus in com.broadleafcommerce.promotion.offer.cache
Methods in com.broadleafcommerce.promotion.offer.cache that return FullCacheInitializationStatusModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static FullCacheInitializationStatus[]
FullCacheInitializationStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of FullCacheInitializationStatus in com.broadleafcommerce.promotion.offer.service
Methods in com.broadleafcommerce.promotion.offer.service that return FullCacheInitializationStatusModifier and TypeMethodDescriptionDefaultOfferCodeService.warmCache()
DefaultOfferService.warmCache()
OfferCodeService.warmCache()
Call to launch an async process to warm the full code cache, if enabled.OfferService.warmCache()
Call to launch an async process to warm the full offer cache, if enabled.