Class CoreCachedFc<T>

Type Parameters

  • T

Hierarchy

  • CoreCachedFc

Constructors

Properties

Methods

Constructors

  • Type Parameters

    • T

    Parameters

    • timeout: number
    • fc: (() => Promise<T>)
        • (): Promise<T>
        • Returns Promise<T>

    Returns CoreCachedFc<T>

Properties

data: null | T
fc: (() => Promise<T>)

Type declaration

    • (): Promise<T>
    • Returns Promise<T>

timeOut: number

Methods

  • Returns Promise<T>

Generated using TypeDoc