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 void
LockService.initialize
(DataExchangeLockCacheProperties properties) The methods ofLockService
are static, as is the LOCK_CACHE, which is aLRUMap
.Constructors in com.broadleafcommerce.dataexchange.service with parameters of type DataExchangeLockCachePropertiesModifierConstructorDescriptionLockService
(DataExchangeLockCacheProperties properties) The methods ofLockService
are 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)