Skip to content

Commit f8fb506

Browse files
authored
Merge pull request #97243 from MicrosoftDocs/JamesTran-MSFT-patch-4
Updated DisableL1Cache
2 parents 4d5abf1 + e4a416b commit f8fb506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/msal-net-token-cache-serialization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Here are examples of possible distributed caches:
9898
services.Configure<MsalDistributedTokenCacheAdapterOptions>(options =>
9999
{
100100
// Optional: Disable the L1 cache in apps that don't use session affinity
101-
// by setting DisableL1Cache to 'false'.
101+
// by setting DisableL1Cache to 'true'.
102102
options.DisableL1Cache = false;
103103

104104
// Or limit the memory (by default, this is 500 MB)

0 commit comments

Comments
 (0)