.NET Regex Instance Caching
Posted
by jvenema
on Stack Overflow
See other posts from Stack Overflow
or by jvenema
Published on 2010-05-12T20:02:49Z
Indexed on
2010/05/12
20:04 UTC
Read the original article
Hit count: 296
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?
© Stack Overflow or respective owner