Uses of Class
com.broadleafcommerce.notification.service.cache.NotificationCacheProperties
Packages that use NotificationCacheProperties
-
Uses of NotificationCacheProperties in com.broadleafcommerce.notification.service.autoconfigure
Methods in com.broadleafcommerce.notification.service.autoconfigure with parameters of type NotificationCachePropertiesModifier and TypeMethodDescriptionorg.springframework.boot.autoconfigure.cache.CacheManagerCustomizer<org.apache.ignite.cache.spring.SpringCacheManager>NotificationServiceCacheAutoConfiguration.notificationCacheManagerCustomizer(com.broadleafcommerce.common.extension.autoconfigure.IgniteConfigurers.BasicIgniteConfigurer configurer, NotificationCacheProperties cacheProperties) Deprecated.org.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)