Function contextStorage

  • Retrieves a storage object from a context.

    This object may be used to store data which would survives during the request; a possible usage of it is local cache.

    Returns

    Type Parameters

    • TStorageType extends {} = {}

    Parameters

    Returns TStorageType

Generated using TypeDoc