cacophony
    Preparing search index...

    Interface CacheHitEvent

    Cache hit from memory, browser cache, or 304 response.

    interface CacheHitEvent {
        cacheType: "memory" | "browser" | "conditional";
        timestamp: number;
        url: string;
    }
    Index
    cacheType: "memory" | "browser" | "conditional"
    timestamp: number
    url: string