Package com.broadleafcommerce.common.extension.cache
package com.broadleafcommerce.common.extension.cache
-
ClassDescriptionUtility for performing manual cache operations while leveraging the configured
CacheErrorHandler.Properties related to Broadleaf's integration with Spring Cache.Implementations can post process results returned from the cache before they are returned from the call toCacheStateManager.computeIfAbsent(Supplier, CacheInfo)orCacheStateManager.computeIfAbsent(Function, ImperativeListCacheInfo).Declaring beans contribute behavior to theCacheStateManager.Provides functionality to support interaction with the CacheManager.Deprecated.Deprecated.Utility class for performing a cache related operation lazily if an expiration threshold has been met.Exposes the maximum direct memory limit to Micrometer.