Uses of Class
com.broadleafcommerce.notification.service.cache.NotificationCacheWeightProperties
Packages that use NotificationCacheWeightProperties
-
Uses of NotificationCacheWeightProperties in com.broadleafcommerce.notification.service.autoconfigure
Methods in com.broadleafcommerce.notification.service.autoconfigure with parameters of type NotificationCacheWeightPropertiesModifier and TypeMethodDescriptionorg.springframework.boot.autoconfigure.cache.CacheManagerCustomizer<org.springframework.cache.caffeine.CaffeineCacheManager>NotificationCaffeineAutoConfiguration.notificationCaffeineManagerCustomizer(com.broadleafcommerce.common.extension.cache.caffeine.CaffeineBudgetManager budgetManager, NotificationCacheProperties props, NotificationCacheWeightProperties weightProps) org.springframework.boot.autoconfigure.cache.CacheManagerCustomizer<org.springframework.cache.jcache.JCacheCacheManager>NotificationEhcacheAutoConfiguration.notificationEhcacheManagerCustomizer(com.broadleafcommerce.common.extension.cache.ehcache.EhcacheBudgetManager budgetManager, NotificationCacheProperties props, NotificationCacheWeightProperties weightProps, NotificationCacheSizeProperties sizeProps)