Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CacheManager

Index

Constructors

Methods

Constructors

constructor

Methods

clear

  • clear(clientId?: string): Promise<void>

clearSync

  • clearSync(clientId?: string): void
  • Note: only call this if you're sure one of our internal (synchronous) caches are being used.

    Parameters

    • Optional clientId: string

    Returns void

get

  • get(cacheKey: CacheKey, expiryAdjustmentSeconds?: number): Promise<Partial<CacheEntry> | undefined>

set