Vinyl
    Preparing search index...

    Interface IntersectionRangesOptions

    interface IntersectionRangesOptions {
        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