Articles tagged with "memcache"

Memcache wrapper class

By Jiri Kupiainen
A simple wrapper for PHP's Memcache functions
[Read more]

Memcache component

By Jiri Kupiainen
A component for using Memcache to cache data from your controllers
[Read more]

Simple way to memcache (almost) all database queries

By Rafal Molotkiewicz
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.
[Read more]