Searched refs:cacheInterval (Results 1 – 1 of 1) sorted by relevance
112 cacheInterval: { interval: number; value: number; flag: boolean } = { property in RangeRuler437 this.range.refresh = this.cacheInterval.flag;441 … if (Math.trunc(this.currentDuration / this.cacheInterval.interval) !== this.cacheInterval.value) {442 this.cacheInterval.flag = true;443 this.cacheInterval.value = Math.trunc(this.currentDuration / this.cacheInterval.interval);445 this.cacheInterval.flag = false;458 }, this.cacheInterval.interval + 50);514 this.range.refresh = this.cacheInterval.flag;673 this.cacheInterval.value = 0;