Uses of Class
com.broadleafcommerce.common.extension.cache.CacheStateManager
Package
Description
-
Uses of CacheStateManager in com.broadleafcommerce.common.extension.autoconfigure
Modifier 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
Modifier and TypeMethodDescriptionDefaultImperativeListChainable.getCacheStateManager()
DefaultSingleItemChainable.getCacheStateManager()
Modifier 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)