Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICacheImmutable<Data>

The cache provider allows the cache to retrieve messages that it needs.

Type parameters

  • Data

Hierarchy

Index

Properties

Methods

Properties

provider

provider: IProviderImmutable<Data>

The provider of new messages

Methods

fetch

  • Retrieves a requested formation

    Parameters

    • guid: GuidAccepted

      the globally unique formation identifying number

    Returns Promise<IFormationImmutable<Data>>

    the requested formation