Uses of Class
com.broadleafcommerce.common.extension.cache.api.CacheInfo
Package
Description
-
Uses of CacheInfo in com.broadleafcommerce.common.extension.cache
Modifier and TypeMethodDescription<P> P
CacheStateManager.computeIfAbsent
(Supplier<P> computeFunction, CacheInfo cacheInfo) Given aSupplier
instance meant to generate values that are cacheable, check the cache using a key based on a collection of key fragments.<P> P
Given the supplied cacheInfo object, return an object if it is in the cache. -
Uses of CacheInfo in com.broadleafcommerce.common.extension.cache.api
Modifier and TypeMethodDescriptionvoid
DefaultSingleItemChainable.setCacheInfo
(CacheInfo cacheInfo)