The MSDN documentation for MemoryCache.Set unfortunately doesn’t state explicitly whether it is thread-safe or not.
Is it safe to use .Get() and .
.Get()
.
The documentation for MemoryCache states:
This type is thread safe.