ASP.NET Data Caching? Memcache equivalent
问题 Having used PHP on Linux a lot, I'm used to using memcache so that the database doesnt have to be accessed on every single request. What do people use on Windows the achieve this? From the asp.net mvc applications which I've seen, none of them use any sort of cache, they just hit the database on every request? Is this common, and if so, why is it acceptable? 回答1: You can use memcached also. There are also other alternatives. You may also check Scott Gu's post about the new cache extensibility