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 CacheStateManager
BaseCacheConfiguration. 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 CacheStateManager
DefaultImperativeListChainable. getCacheStateManager()
CacheStateManager
DefaultSingleItemChainable. getCacheStateManager()
Methods in com.broadleafcommerce.common.extension.cache.api with parameters of type CacheStateManager Modifier and Type Method Description static 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)
ImperativeListChainable
DefaultImperativeListChainable. with(CacheStateManager cacheStateManager)
SingleItemChainable
DefaultSingleItemChainable. with(CacheStateManager cacheStateManager)
-