Closed SebastianStehle closed 2 years ago
Hi,
in your open api middleware you clear the XmlDocs cache with XmlDocs.ClearCache but CachingXDocument.ElementByNameCache is not cached.
XmlDocs.ClearCache
I also do not understand why this is even static. Could it not return values from the wrong document?
Hi,
in your open api middleware you clear the XmlDocs cache with
XmlDocs.ClearCache
but CachingXDocument.ElementByNameCache is not cached.I also do not understand why this is even static. Could it not return values from the wrong document?