I'm currently looking how to work with caching on my web application I'm buildning. I have an ormapper (nhibernate, not using second level cache), and I have built a cache frame, built on System.Web cache, that I pass in the objects.
My question is. Are there open source cache frameworks someone can recomend? Is their anything to gain form using the built in cache in the ormapper (like the second level cache in nhibernate)?
What is a good practice here?