Share via


CacheOptions Constructors

Definition

Overloads

CacheOptions()

Constructor for the options with default values.

CacheOptions(Boolean)

Constructor

CacheOptions()

Constructor for the options with default values.

public CacheOptions ();
Public Sub New ()

Applies to

CacheOptions(Boolean)

Constructor

public CacheOptions (bool useSharedCache);
new Microsoft.Identity.Client.CacheOptions : bool -> Microsoft.Identity.Client.CacheOptions
Public Sub New (useSharedCache As Boolean)

Parameters

useSharedCache
Boolean

Set to true to share the cache between all ClientApplication objects. The cache becomes static. UseSharedCache for a detailed description.

Applies to