Uses of Class
com.broadleafcommerce.common.extension.cache.api.CacheInfo
-
Packages that use CacheInfo Package Description com.broadleafcommerce.common.extension.cache com.broadleafcommerce.common.extension.cache.api -
-
Uses of CacheInfo in com.broadleafcommerce.common.extension.cache
Methods in com.broadleafcommerce.common.extension.cache with parameters of type CacheInfo Modifier and Type Method Description <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
CacheStateManager. get(CacheInfo cacheInfo)
Given the supplied cacheInfo object, return an object if it is in the cache. -
Uses of CacheInfo in com.broadleafcommerce.common.extension.cache.api
Methods in com.broadleafcommerce.common.extension.cache.api that return CacheInfo Modifier and Type Method Description CacheInfo
DefaultSingleItemChainable. getCacheInfo()
Methods in com.broadleafcommerce.common.extension.cache.api with parameters of type CacheInfo Modifier and Type Method Description void
DefaultSingleItemChainable. setCacheInfo(CacheInfo cacheInfo)
-