CacheLevel Enum
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.
Identifies the type of cache that the token was read from.
public enum CacheLevel
type CacheLevel =
Public Enum CacheLevel
- Inheritance
-
CacheLevel
Fields
Name | Value | Description |
---|---|---|
None | 0 | Indicates that the token was retrieved from the identity provider. |
Unknown | 1 | Indicates that the cache level used is unknown. Token was retrieved from cache but the token cache implementation didn't specify which cache level was used. |
L1Cache | 2 | Indicates that the token was read from the L1 cache. |
L2Cache | 3 | Indicates that the token was read from the L2 cache. |
Remarks
Token cache serialization implementations must provide this value.