Uses of Package
com.broadleafcommerce.common.extension.cache.api
-
Packages that use com.broadleafcommerce.common.extension.cache.api Package Description com.broadleafcommerce.common.extension.cache com.broadleafcommerce.common.extension.cache.api -
Classes in com.broadleafcommerce.common.extension.cache.api used by com.broadleafcommerce.common.extension.cache Class Description CacheInfo Basic information used for interaction with theCacheManagerduring aCacheUtility.forSingleWith(CacheStateManager)call.ImperativeListCacheInfo 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.api Class Description CacheInfo Basic information used for interaction with theCacheManagerduring aCacheUtility.forSingleWith(CacheStateManager)call.ImperativeListCacheable API connecting toCacheStateManager.computeIfAbsent(Function, ImperativeListCacheInfo)during method chaining fromCacheUtility.forListWith(CacheStateManager).ImperativeListCacheInfo Store basic information about cache as it relates to calls toCacheStateManager.computeIfAbsent(Function, ImperativeListCacheInfo).ImperativeListChainable API used during method chaining fromCacheUtility.forListWith(CacheStateManager).SingleItemCacheable API connecting toCacheStateManager.computeIfAbsent(Supplier, CacheInfo)during method chaining fromCacheUtility.forSingleWith(CacheStateManager).SingleItemChainable API used during method chaining fromCacheUtility.forSingleWith(CacheStateManager).