Uses of Class
com.broadleafcommerce.dataexchange.service.DataExchangeLockCacheProperties
Packages that use DataExchangeLockCacheProperties
Package
Description
-
Uses of DataExchangeLockCacheProperties in com.broadleafcommerce.dataexchange.service
Methods in com.broadleafcommerce.dataexchange.service with parameters of type DataExchangeLockCachePropertiesModifier and TypeMethodDescriptionstatic voidLockService.initialize(DataExchangeLockCacheProperties properties) The methods ofLockServiceare static, as is the LOCK_CACHE, which is aLRUMap.Constructors in com.broadleafcommerce.dataexchange.service with parameters of type DataExchangeLockCachePropertiesModifierConstructorDescriptionLockService(DataExchangeLockCacheProperties properties) The methods ofLockServiceare static, as is the LOCK_CACHE, which is aLRUMap. -
Uses of DataExchangeLockCacheProperties in com.broadleafcommerce.dataexchange.service.autoconfigure
Methods in com.broadleafcommerce.dataexchange.service.autoconfigure with parameters of type DataExchangeLockCachePropertiesModifier and TypeMethodDescriptionDataExchangeServiceAutoConfiguration.lockService(DataExchangeLockCacheProperties properties)