Interface FetcherOptions<K, V, FC>

Options provided to the OptionsBase.fetchMethod function.

Type Parameters

  • K

  • V

  • FC = unknown

Hierarchy

  • FetcherOptions

Properties

context: FC

Object provided in the FetchOptions.context option to LRUCache#fetch

options: FetcherFetchOptions<K, V, FC>
signal: AbortSignal

Generated using TypeDoc