api-def API Reference
    Preparing search index...

    Interface RequestCacheInfo

    interface RequestCacheInfo {
        cached: boolean;
        source: CacheSource | null;
    }
    Index
    cached: boolean
    source: CacheSource | null