Uses of Class
com.broadleafcommerce.common.extension.cache.CacheStateManager
Packages that use CacheStateManager
Package
Description
-
Uses of CacheStateManager in com.broadleafcommerce.common.extension.autoconfigure
Methods in com.broadleafcommerce.common.extension.autoconfigure that return CacheStateManagerModifier and TypeMethodDescriptionBaseCacheConfiguration.cacheStateManager
(org.springframework.cache.CacheManager cacheManager, List<CacheStateConfigurer> configurers, RoundedInstantFactory factory, List<CacheResultPostProcessor> postProcessors) -
Uses of CacheStateManager in com.broadleafcommerce.common.extension.cache.api
Methods in com.broadleafcommerce.common.extension.cache.api that return CacheStateManagerModifier and TypeMethodDescriptionDefaultImperativeListChainable.getCacheStateManager()
DefaultSingleItemChainable.getCacheStateManager()
Methods in com.broadleafcommerce.common.extension.cache.api with parameters of type CacheStateManagerModifier and TypeMethodDescriptionstatic ImperativeListChainable
CacheUtility.forListWith
(CacheStateManager cacheStateManager) Fluent API for working withcomputeIfAbsent(Function, ImperativeListCacheInfo)
.static SingleItemChainable
CacheUtility.forSingleWith
(CacheStateManager cacheStateManager) Fluent API for working withcomputeIfAbsent(Supplier, CacheInfo)
.void
DefaultImperativeListChainable.setCacheStateManager
(CacheStateManager cacheStateManager) void
DefaultSingleItemChainable.setCacheStateManager
(CacheStateManager cacheStateManager) DefaultImperativeListChainable.with
(CacheStateManager cacheStateManager) DefaultSingleItemChainable.with
(CacheStateManager cacheStateManager)