Vi segnalo questa interessante lettura:
Simple way to memcache (almost) all database queries Most common way to access data is a database. Most common way to speed this up - Memcached. As a quite young CakePHP developer I had a bit of headache "how to cache queries effectively?". Now I know the way, so I share. Feel free to disagree, upgrade and so on.