How do I properly dispose expired objects in MemoryCache (it may still be in used)?
I understand items in MemoryCache
are not disposed when expired. I am caching some X509Certificate2
which according to the documentation, should be disposed when done.