Uses of Class
com.broadleafcommerce.common.extension.cache.api.CacheInfo
Packages that use CacheInfo
Package
Description
-
Uses of CacheInfo in com.broadleafcommerce.common.extension.cache
Methods in com.broadleafcommerce.common.extension.cache with parameters of type CacheInfoModifier 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
Methods in com.broadleafcommerce.common.extension.cache.api that return CacheInfoMethods in com.broadleafcommerce.common.extension.cache.api with parameters of type CacheInfoModifier and TypeMethodDescriptionvoid
DefaultSingleItemChainable.setCacheInfo
(CacheInfo cacheInfo)