Uses of Class
com.broadleafcommerce.common.extension.cache.CacheStateManager
-
Packages that use CacheStateManager Package Description com.broadleafcommerce.common.extension.autoconfigure com.broadleafcommerce.common.extension.cache.api -
-
Uses of CacheStateManager in com.broadleafcommerce.common.extension.autoconfigure
Methods in com.broadleafcommerce.common.extension.autoconfigure that return CacheStateManager Modifier and Type Method Description CacheStateManagerBaseCacheConfiguration. 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 CacheStateManager Modifier and Type Method Description CacheStateManagerDefaultImperativeListChainable. getCacheStateManager()CacheStateManagerDefaultSingleItemChainable. getCacheStateManager()Methods in com.broadleafcommerce.common.extension.cache.api with parameters of type CacheStateManager Modifier and Type Method Description static 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)ImperativeListChainableDefaultImperativeListChainable. with(CacheStateManager cacheStateManager)SingleItemChainableDefaultSingleItemChainable. with(CacheStateManager cacheStateManager)
-