Uses of Class
com.broadleafcommerce.asset.cache.AssetCacheProperties
Packages that use AssetCacheProperties
-
Uses of AssetCacheProperties in com.broadleafcommerce.asset.autoconfigure
Methods in com.broadleafcommerce.asset.autoconfigure with parameters of type AssetCachePropertiesModifier and TypeMethodDescriptionorg.springframework.boot.autoconfigure.cache.CacheManagerCustomizer<org.apache.ignite.cache.spring.SpringCacheManager>AssetServiceCacheAutoConfiguration.assetCacheManagerCustomizer(com.broadleafcommerce.common.extension.autoconfigure.IgniteConfigurers.BasicIgniteConfigurer configurer, AssetCacheProperties cacheProperties) Deprecated.org.springframework.boot.autoconfigure.cache.CacheManagerCustomizer<org.springframework.cache.caffeine.CaffeineCacheManager>AssetCaffeineAutoConfiguration.assetCaffeineManagerCustomizer(com.broadleafcommerce.common.extension.cache.caffeine.CaffeineBudgetManager budgetManager, AssetCacheProperties props, AssetCacheWeightProperties weightProps) org.springframework.boot.autoconfigure.cache.CacheManagerCustomizer<org.springframework.cache.jcache.JCacheCacheManager>AssetEhcacheAutoConfiguration.assetEhcacheManagerCustomizer(com.broadleafcommerce.common.extension.cache.ehcache.EhcacheBudgetManager budgetManager, AssetCacheProperties props, AssetCacheWeightProperties weightProps, AssetCacheSizeProperties sizeProps) -
Uses of AssetCacheProperties in com.broadleafcommerce.asset.service
Constructors in com.broadleafcommerce.asset.service with parameters of type AssetCachePropertiesModifierConstructorDescriptionDefaultStorageLocationMappingService(StorageLocationMappingRepository<com.broadleafcommerce.data.tracking.core.Identifiable> repository, com.broadleafcommerce.data.tracking.core.service.RsqlMappableCrudEntityHelper helper, com.broadleafcommerce.common.extension.cache.CacheStateManager cacheStateManager, AssetCacheProperties assetCacheProperties)