The .NET library relies on taking write-only locks on a file separate used as a semaphore to ensure that Cache operations do not race each other. That logic is found here: CrossPlatLock class
This is needed before any of the platform specific Token Caches, such as the one represented in #2,#3,#4
The .NET library relies on taking write-only locks on a file separate used as a semaphore to ensure that Cache operations do not race each other. That logic is found here: CrossPlatLock class
This is needed before any of the platform specific Token Caches, such as the one represented in #2,#3,#4