Class NoCache

No-op cache strategy that doesn't actually cache anything

Hierarchy

  • NoCache

Implements

  • CacheStrategy

Constructors

Methods

Constructors

Methods

  • Returns Promise<void>

  • Type Parameters

    • T

    Parameters

    • _key: string

    Returns Promise<null | T>

  • Parameters

    • _key: string

    Returns Promise<void>

  • Type Parameters

    • T

    Parameters

    • _key: string
    • _value: T
    • Optional _ttl: number

    Returns Promise<void>

Generated using TypeDoc