cache

abstract fun cache(opts: CollectOptions): THIS

Caches the result of collecting this timeline, to be reused for future collect requests if possible.


open fun cache(bounds: Interval): THIS

(DOC) A simplified version of cache.

Uses defaults for all other CollectOptions fields.

Parameters

bounds

bounds of evaluation (defaults to Interval.MIN_MAX if not provided).


open fun cache(): THIS

(DOC) Caches the timeline for all available time.