Uses of Class
com.broadleafcommerce.auth.cache.autoconfigure.AuthCacheProperties
Packages that use AuthCacheProperties
Package
Description
-
Uses of AuthCacheProperties in com.broadleafcommerce.auth.cache.autoconfigure
Methods in com.broadleafcommerce.auth.cache.autoconfigure with parameters of type AuthCachePropertiesModifier and TypeMethodDescriptionorg.springframework.boot.autoconfigure.cache.CacheManagerCustomizer<org.apache.ignite.cache.spring.SpringCacheManager>AuthServiceCacheAutoConfiguration.authCacheManagerCustomizer(com.broadleafcommerce.common.extension.autoconfigure.IgniteConfigurers.BasicIgniteConfigurer configurer, AuthCacheProperties cacheProperties) Deprecated.org.springframework.boot.autoconfigure.cache.CacheManagerCustomizer<org.springframework.cache.caffeine.CaffeineCacheManager>AuthCaffeineAutoConfiguration.authCaffeineManagerCustomizer(com.broadleafcommerce.common.extension.cache.caffeine.CaffeineBudgetManager budgetManager, AuthCacheProperties props, AuthCacheWeightProperties weightProps) org.springframework.boot.autoconfigure.cache.CacheManagerCustomizer<org.springframework.cache.jcache.JCacheCacheManager>AuthEhcacheAutoConfiguration.authEhcacheManagerCustomizer(com.broadleafcommerce.common.extension.cache.ehcache.EhcacheBudgetManager budgetManager, AuthCacheProperties props, AuthCacheWeightProperties weightProps, AuthCacheSizeProperties sizeProps) -
Uses of AuthCacheProperties in com.broadleafcommerce.auth.user.web.endpoint
Methods in com.broadleafcommerce.auth.user.web.endpoint that return AuthCachePropertiesModifier and TypeMethodDescriptionprotected AuthCachePropertiesAuthenticationController.getAuthCacheProperties()Methods in com.broadleafcommerce.auth.user.web.endpoint with parameters of type AuthCachePropertiesModifier and TypeMethodDescriptionvoidAuthenticationController.setAuthCacheProperties(AuthCacheProperties authCacheProperties)