MsalDistributedTokenCacheAdapterOptions.DisableL1Cache Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Disable the in-memory (L1) cache. Useful in scenarios where multiple apps share the same distributed (L2) cache.
public bool DisableL1Cache { get; set; }
member this.DisableL1Cache : bool with get, set
Public Property DisableL1Cache As Boolean