Skip to content

Commit bb402f4

Browse files
authored
Apply suggestions from PR review
1 parent 14c3e98 commit bb402f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,8 @@ Instead of `app.AddInMemoryTokenCache();`, you can use different caching seriali
232232

233233
Use `.WithCacheOptions(CacheOptions.EnableSharedCacheOptions)` when building the application and don't add any serializer.
234234

235-
**IMPORTANT**: there is no way to control the size of the cache with this option! If you are building a web site, web api or a multi-tenant S2S app, then use `In-memory token cache` option.
235+
> [!IMPORTANT]
236+
> There is no way to control the size of the cache with this option. If you are building a website, a web API, or a multi-tenant S2S app, then use the `In-memory token cache` option.
236237

237238
```CSharp
238239
// Create the confidential client application

0 commit comments

Comments
 (0)