MemoizeCacheRejectedResult Interface

    Package: @esfx/fn

    Describes a cache result that has an exception.

    Declaration
    export interface MemoizeCacheRejectedResult 

    Properties

    reason

    Declaration
    reason: any;
    Property Value
    any

    status

    Declaration
    status: "rejected";
    Property Value
    "rejected"

    Generated by DocFX