Caching: the Good, the Bad and the Hype

Posted on Simple Talk See other posts from Simple Talk
Published on Fri, 11 Jul 2014 00:00:00 GMT Indexed on 2014/08/18 16:40 UTC
Read the original article Hit count: 182

Filed under:

One of the more important aspects of the scalability of an ASP.NET site is caching. To do this effectively, one must understand the relative permanence and importance of the data that is presented to the user, and work out which of the four major aspects of caching should be used. There is always a compromise, but in most cases it is an easy compromise to make considering its effects in a heavily-loaded production system

© Simple Talk or respective owner

Related posts about ASP.NET