<div>For instance, I&#39;d like to cache my search pages, as they are really database/cpu intensive.&nbsp; For instance, on a social networking site someone could be searching based on sex, height, religion, hobbies, location, and other combined criteria.&nbsp; This sort of query hits the databse hard, and it wouldn&#39;t take too many of those to crash the db server.
</div>
<div>&nbsp;</div>
<div>In this case wouldn&#39;t it be great to cache every single search that comes in, so that in a duplicate search the app wouldn&#39;t have to hit the database again?</div>
<div>&nbsp;</div>