Package com.broadleafcommerce.common.extension.cache
package com.broadleafcommerce.common.extension.cache
-
ClassDescriptionProperties related to Broadleaf's integration with Spring Cache.Implementations can post process results returned from the cache before they are returned from the call to
CacheStateManager.computeIfAbsent(Supplier, CacheInfo)
orCacheStateManager.computeIfAbsent(Function, ImperativeListCacheInfo)
.Declaring beans contribute behavior to theCacheStateManager
.Provides functionality to support interaction with the CacheManager.Add some ignite specific cache metrics to micrometer output on interval.Add some ignite specific cache metrics to micrometer output on interval.Utility class for performing a cache related operation lazily if an expiration threshold has been met.