Skip to content

Commit 095d4dc

Browse files
authored
Update msal-net-clear-token-cache.md
1 parent 80bf58b commit 095d4dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ms.custom: "devx-track-csharp, aaddev"
2020

2121
## Web Api and Daemon apps
2222

23-
There is no API to remove the tokens from the cache. Cache size should be handled by setting eviction policies on the underlying storage. See [Cache Serialization](https://learn.microsoft.com/en-us/azure/active-directory/develop/msal-net-token-cache-serialization?tabs=aspnetcore) for details on how to use a memory cache or distributed cache.
23+
There is no API to remove the tokens from the cache. Cache size should be handled by setting eviction policies on the underlying storage. See [Cache Serialization](msal-net-token-cache-serialization.md?tabs=aspnetcore) for details on how to use a memory cache or distributed cache.
2424

2525
## Desktop, command line and mobile applications
2626

0 commit comments

Comments
 (0)