Uses of Package
com.broadleafcommerce.common.extension.cache.api
Packages that use com.broadleafcommerce.common.extension.cache.api
Package
Description
-
Classes in com.broadleafcommerce.common.extension.cache.api used by com.broadleafcommerce.common.extension.cacheClassDescriptionBasic information used for interaction with the
CacheManager
during aCacheUtility.forSingleWith(CacheStateManager)
call.Optional.Store basic information about cache as it relates to calls toCacheStateManager.computeIfAbsent(Function, ImperativeListCacheInfo)
. -
Classes in com.broadleafcommerce.common.extension.cache.api used by com.broadleafcommerce.common.extension.cache.apiClassDescriptionBasic information used for interaction with the
CacheManager
during aCacheUtility.forSingleWith(CacheStateManager)
call.Optional.API connecting toCacheStateManager.computeIfAbsent(Function, ImperativeListCacheInfo)
during method chaining fromCacheUtility.forListWith(CacheStateManager)
.Store basic information about cache as it relates to calls toCacheStateManager.computeIfAbsent(Function, ImperativeListCacheInfo)
.API used during method chaining fromCacheUtility.forListWith(CacheStateManager)
.API connecting toCacheStateManager.computeIfAbsent(Supplier, CacheInfo)
during method chaining fromCacheUtility.forSingleWith(CacheStateManager)
.API used during method chaining fromCacheUtility.forSingleWith(CacheStateManager)
.