By jacobsebastian
via beyondrelational.com
Published: Oct 28 2010 / 08:54
ASP.net cache is great feature through which we can increase the performance of the our web application via reducing server round trips to database. We can cache any serializable data into the cache. There are so many ways to cache data but one of the simplest way to cache data like insert data into cache object.
Add your comment