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> PCacheStateManager.computeIfAbsent(Supplier<P> computeFunction, CacheInfo cacheInfo) Given aSupplierinstance meant to generate values that are cacheable, check the cache using a key based on a collection of key fragments.<P> PGiven 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 TypeMethodDescriptionvoidDefaultSingleItemChainable.setCacheInfo(CacheInfo cacheInfo)