Skip to content

Cache Middleware #366

@agubler

Description

@agubler

Enhancement

A cache middleware that can be used to store and retrieve values across widget renders, scoped by the widget "instance".

{
    get<T>(label: any): T | null {},
    set(label: any, value: any): void {},
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions