Articles tagged with "caching"

Using cakePHP data cache for caching enum values

By Mandy Singh
This example will show you how you can cache the enum values that you obtain from a database using cakePHP's data cache...
[Read more]

Optimizing your CakePHP elements and views with caching

By Tane Piper
As I have developed my CakePHP application, I have discovered new and useful functions every day - and today I want to talk to you about caching, and how easily it can be implemented. When I implemented it on my front page, I went from having 7 database queries down to 1.
[Read more]

Memcache component

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

Memcache wrapper class

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