CacheOptions type
Gunakan ini untuk mengonfigurasi opsi konfigurasi cache di bawah ini:
type CacheOptions = {
cacheLocation?: BrowserCacheLocation | string
cacheMigrationEnabled?: boolean
cacheRetentionDays?: number
claimsBasedCachingEnabled?: boolean
secureCookies?: boolean
storeAuthStateInCookie?: boolean
temporaryCacheLocation?: BrowserCacheLocation | string
}