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