cacophony
    Preparing search index...

    Interface CacheErrorEvent

    Cache operation error.

    interface CacheErrorEvent {
        error: Error;
        operation: "get" | "set" | "delete" | "validate";
        timestamp: number;
        url: string;
    }
    Index
    error: Error
    operation: "get" | "set" | "delete" | "validate"
    timestamp: number
    url: string