Does someone knows a library for in-process caching, other than MS ASP.NET cache and ENTLib, with at least two features: - expiring time; - object dependency.
A:
There are a few cache providers over at Codeplex, SharedCache seems promising: http://sharedcache.codeplex.com/.
Andreas Paulsson
2010-09-10 11:57:47