CacheOptions Constructors
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.
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.