Documentation
    Preparing search index...

    Interface ClientCacheOptions

    interface ClientCacheOptions {
        cache?: Map<string, unknown>;
        prefix?: string[];
    }
    Index

    Properties

    Properties

    cache?: Map<string, unknown>
    prefix?: string[]