Uses of Interface
com.broadleafcommerce.common.extension.cache.CacheStateConfigurer
Packages that use CacheStateConfigurer
Package
Description
-
Uses of CacheStateConfigurer in com.broadleafcommerce.common.extension.autoconfigure
Methods in com.broadleafcommerce.common.extension.autoconfigure that return CacheStateConfigurerMethod parameters in com.broadleafcommerce.common.extension.autoconfigure with type arguments of type CacheStateConfigurerModifier and TypeMethodDescriptionBaseCacheConfiguration.cacheStateManager
(org.springframework.cache.CacheManager cacheManager, List<CacheStateConfigurer> configurers, RoundedInstantFactory factory, List<CacheResultPostProcessor> postProcessors) -
Uses of CacheStateConfigurer in com.broadleafcommerce.common.extension.cache
Constructor parameters in com.broadleafcommerce.common.extension.cache with type arguments of type CacheStateConfigurerModifierConstructorDescriptionCacheStateManager
(org.springframework.cache.CacheManager cacheManager, RoundedInstantFactory roundedInstantFactory, List<CacheStateConfigurer> configurers, List<CacheResultPostProcessor> postProcessors)