Interface PeekOptions<K, V, FC>

Options that may be passed to the LRUCache#peek method.

Type Parameters

  • K

  • V

  • FC

Hierarchy

Properties

Properties

allowStale?: boolean

Allow LRUCache#get and LRUCache#fetch calls to return stale data, if available.

Generated using TypeDoc