MsalDistributedTokenCacheAdapterOptions.EnableAsyncL2Write Property

Definition

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

Property Value

Applies to