Uses of Class
com.broadleafcommerce.translation.cache.TranslationCacheProperties
Packages that use TranslationCacheProperties
-
Uses of TranslationCacheProperties in com.broadleafcommerce.translation.autoconfigure
Methods in com.broadleafcommerce.translation.autoconfigure with parameters of type TranslationCachePropertiesModifier and TypeMethodDescriptionorg.springframework.boot.autoconfigure.cache.CacheManagerCustomizer<org.apache.ignite.cache.spring.SpringCacheManager>TranslationServiceCacheAutoConfiguration.translationCacheManagerCustomizer(com.broadleafcommerce.common.extension.autoconfigure.IgniteConfigurers.BasicIgniteConfigurer configurer, TranslationCacheProperties cacheProperties) Deprecated.org.springframework.boot.autoconfigure.cache.CacheManagerCustomizer<org.springframework.cache.caffeine.CaffeineCacheManager>TranslationCaffeineAutoConfiguration.translationCaffeineManagerCustomizer(com.broadleafcommerce.common.extension.cache.caffeine.CaffeineBudgetManager budgetManager, TranslationCacheProperties props, TranslationCacheWeightProperties weightProps) org.springframework.boot.autoconfigure.cache.CacheManagerCustomizer<org.springframework.cache.jcache.JCacheCacheManager>TranslationEhcacheAutoConfiguration.translationEhcacheManagerCustomizer(com.broadleafcommerce.common.extension.cache.ehcache.EhcacheBudgetManager budgetManager, TranslationCacheProperties props, TranslationCacheWeightProperties weightProps, TranslationCacheSizeProperties sizeProps)