Class BaseCacheAbstract

Hierarchy

  • BaseCache

Constructors

Methods

  • Type Parameters

    • T

    Parameters

    • key: string
    • options: ICacheOptions<T> = {}

    Returns Promise<T>

  • Type Parameters

    • T

    Parameters

    • key: string
    • options: ICacheOptions<T> = {}

    Returns Promise<T[]>

Generated using TypeDoc