in src/main/java/com/aliyuncs/kms/secretsmanager/client/service/FullJitterBackoffStrategy.java [32:36]
public void init() throws CacheSecretException {
this.retryMaxAttempts = this.retryMaxAttempts == null ? this.retryMaxAttempts = CacheClientConstant.DEFAULT_RETRY_MAX_ATTEMPTS : this.retryMaxAttempts;
this.retryInitialIntervalMills = this.retryInitialIntervalMills == null ? this.retryInitialIntervalMills = CacheClientConstant.DEFAULT_RETRY_INITIAL_INTERVAL_MILLS : this.retryInitialIntervalMills;
this.capacity = this.capacity == null ? this.capacity = CacheClientConstant.DEFAULT_CAPACITY : this.capacity;
}