@oss-autopilot/core - v1.6.3
    Preparing search index...

    Interface CacheEntry

    Shape of a single cache entry on disk.

    interface CacheEntry {
        body: unknown;
        cachedAt: string;
        etag: string;
        url: string;
    }
    Index

    Properties

    Properties

    body: unknown
    cachedAt: string
    etag: string
    url: string