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

    Interface ListCacheResponse

    List cache response

    interface ListCacheResponse {
        entries: CacheEntry[];
        total: number;
    }
    Index

    Properties

    Properties

    entries: CacheEntry[]
    total: number