Vinyl
    Preparing search index...

    Interface UnionRangesOptions

    interface UnionRangesOptions {
        useCache?: boolean;
    }
    Index

    Properties

    Properties

    useCache?: boolean

    If true, only recomputes ranges after a call to invalidate. After invalidate(), the ranges are recalculated on next read. Default: false