<div>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Why is everyone using memcache for the SQL query as a key?&nbsp; That is what the query cache on your database is for.&nbsp; You gain very little doing it this way, except now you have to manage the invalidation yourself, which the query-cache does for you. 
</blockquote>
<div>&nbsp;</div>
<div>I was wondering about this too, as I was seeing the query cache being just as fast.&nbsp; What should qualify for memcache then?&nbsp; I imagine html snippets which includes data already fetched.&nbsp; However I&#39;m already using Smarty, so I can&#39;t just grab the html and stuff it back to memcache, can I?
</div>
<div>&nbsp;</div>
<div>What are some good places to use memcache?</div>
<div>&nbsp;</div><br>&nbsp;</div>