<PackageReference Include="Microsoft.Identity.Client" Version="4.83.4-preview1" />

Microsoft.Identity.Client.Cache.CacheLevel

public enum CacheLevel
Identifies the type of cache that the token was read from.
namespace Microsoft.Identity.Client.Cache { public enum CacheLevel { None, Unknown, L1Cache, L2Cache } }