@cpod/sdk - v0.2.7
    Preparing search index...

    Interface CacheEntry

    Cache entry metadata

    interface CacheEntry {
        key: string;
        url: string;
        cached_at: string;
        expires_at?: string;
        size_bytes: number;
    }
    Index

    Properties

    key: string
    url: string
    cached_at: string
    expires_at?: string
    size_bytes: number