markmv - v1.39.2
    Preparing search index...

    Interface CachedContentInfo

    Cached content information.

    interface CachedContentInfo {
        url: string;
        contentHash: string;
        lastChecked: number;
        lastModified?: number;
        headers?: Record<string, string>;
    }
    Index
    url: string

    URL

    contentHash: string

    Content hash

    lastChecked: number

    Last check timestamp

    lastModified?: number

    Last modified date if available

    headers?: Record<string, string>

    Response headers