CacheOptions type

Usare questa opzione per configurare le opzioni di configurazione della cache seguenti:

type CacheOptions = {
  cacheLocation?: BrowserCacheLocation | string
  cacheMigrationEnabled?: boolean
  cacheRetentionDays?: number
  claimsBasedCachingEnabled?: boolean
  secureCookies?: boolean
  storeAuthStateInCookie?: boolean
  temporaryCacheLocation?: BrowserCacheLocation | string
}