tags:

views:

37

answers:

1

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