.NET Regex Instance Caching
- by jvenema
I've read this article, which describes how instance vs static methods get called with a .NET regex.
However, what about if the instance itself is static? Does anyone know if .NET does any sort of caching that could potentially cause a memory leak?