Enum CacheLevel
Identifies the type of cache that the token was read from.
public enum CacheLevel
Fields
L1Cache = 2Indicates that the token was read from the L1 cache.
L2Cache = 3Indicates that the token was read from the L2 cache.
None = 0Indicates that the token was retrieved from the identity provider.
Unknown = 1Indicates 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.
Remarks
Token cache serialization implementations must provide this value.