Per-call options for Storage get().

Hierarchy

  • GetOptions

Properties

Properties

fresh?: boolean

When true, bypasses the read cache and forces a network read (the result still refreshes the cache). Concurrent gets for the same key still share one in-flight request. Default: false.