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 ImperativeListChainableCacheUtility.forListWith(CacheStateManager cacheStateManager) Fluent API for working withcomputeIfAbsent(Function, ImperativeListCacheInfo).static SingleItemChainableCacheUtility.forSingleWith(CacheStateManager cacheStateManager) Fluent API for working withcomputeIfAbsent(Supplier, CacheInfo).voidDefaultImperativeListChainable.setCacheStateManager(CacheStateManager cacheStateManager) voidDefaultSingleItemChainable.setCacheStateManager(CacheStateManager cacheStateManager) DefaultImperativeListChainable.with(CacheStateManager cacheStateManager) DefaultSingleItemChainable.with(CacheStateManager cacheStateManager)