LocalCache is a cache that stores data in memory. It is local to a running thread.

Hierarchy

  • LocalCache

Constructors

Methods

Constructors

Methods

  • Clears the local cache. This only impacts the current running thread.

    Returns void

  • Clears the state of an item and any of its dependencies from the local cache.

    Parameters

    • key: string | Id<any>

    Returns void

  • Remove an item from the local cache.

    Parameters

    • key: string | Id<any>

    Returns void

Generated using TypeDoc