CacheOptions type
Use this to configure the below cache configuration options:
type CacheOptions = {
cacheLocation?: BrowserCacheLocation | string
cacheMigrationEnabled?: boolean
claimsBasedCachingEnabled?: boolean
secureCookies?: boolean
storeAuthStateInCookie?: boolean
temporaryCacheLocation?: BrowserCacheLocation | string
}