Optional
lockOptions: CrossPlatformLockOptionsWrites to storage if MSAL in memory copy of cache has been changed.
Reads from storage and saves an in-memory copy. If persistence has not been updated since last time data was read, in memory copy is used.
If cacheContext.cacheHasChanged === true, then file lock is created and not deleted until afterCacheAccess() is called, to prevent the cache file from changing in between beforeCacheAccess() and afterCacheAccess().
Generated using TypeDoc
MSAL cache plugin which enables callers to write the MSAL cache to disk on Windows, macOs, and Linux.