Uses of Package
com.broadleafcommerce.content.service.messaging.cache
Packages that use com.broadleafcommerce.content.service.messaging.cache
Package
Description
-
Classes in com.broadleafcommerce.content.service.messaging.cache used by com.broadleafcommerce.content.serviceClassDescriptionInternal Spring event to notify listeners of a state change on an entity in order to influence cache invalidation activities.
-
Classes in com.broadleafcommerce.content.service.messaging.cache used by com.broadleafcommerce.content.service.hydrationClassDescriptionInternal Spring event to notify listeners of a state change on an entity in order to influence cache invalidation activities.
-
Classes in com.broadleafcommerce.content.service.messaging.cache used by com.broadleafcommerce.content.service.messaging.autoconfigureClassDescriptionAn event listener that triggers when a promotion service related entity that is eligible for cache is mutated.Provides supporting functionality related to cache invalidation components based on the
ContentCacheInvalidationHelper.getSupportedProjectionTypes()
registered.This service is responsible for sending the cache invalidation notification to theContentCacheInvalidationProducer.contentCacheInvalidationOutput()
channel if the entity is modified.Initialize the NotificationState forContentCacheInvalidationProducer.TYPE
.Spring cloud data channel description for messaging output.Contains information about the changed entity for which the cache should be invalidated. -
Classes in com.broadleafcommerce.content.service.messaging.cache used by com.broadleafcommerce.content.service.messaging.cacheClassDescriptionProvides supporting functionality related to cache invalidation components based on the
ContentCacheInvalidationHelper.getSupportedProjectionTypes()
registered.Pojo defining the types supported for cache invalidation, as well as the send delay for cache invalidation messages (may be zero delay, in which case sending is immediate).Initialize the NotificationState forContentCacheInvalidationProducer.TYPE
.Contains information about the changed entity for which the cache should be invalidated.