Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Provider<T>

Type parameters

  • T

Hierarchy

  • Provider

Implements

  • ICacheProviderMutable<T>

Index

Constructors

Properties

Methods

Constructors

constructor

  • new Provider(__namedParameters: object): Provider

Properties

formations

formations: ReadonlyMap<string, IFormationImmutable<T>>

Methods

fetch

  • fetch(id: Guid): AsyncIterableIterator<IFormationImmutable<T>>
  • Parameters

    • id: Guid

    Returns AsyncIterableIterator<IFormationImmutable<T>>