MsalDistributedTokenCacheAdapterOptions.EnableAsyncL2Write 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.
Enable writing to the distributed (L2) cache to be async (i.e. fire-and-forget). This improves performance as the MSAL.NET will not have to wait for the write to complete.
public bool EnableAsyncL2Write { get; set; }
member this.EnableAsyncL2Write : bool with get, set
Public Property EnableAsyncL2Write As Boolean