Add L1/L2 cache details to TokenCacheNotificationArgs once the cache details parameter is available from MSAL. This will be available when we release MSAL 4.48.0.
This will involve adding which cache was used L1/L2 to fetch the token.
MSAL already captures cache latency.
Ref: AzureAD/microsoft-authentication-library-for-dotnet#3596
PR to add cache details in MSAL: AzureAD/microsoft-authentication-library-for-dotnet#3737