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

    Interface ListCacheOptions

    List cache options

    interface ListCacheOptions {
        prefix?: string;
        page?: number;
        limit?: number;
    }
    Index

    Properties

    Properties

    prefix?: string
    page?: number
    limit?: number