Articles tagged with "cache"

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]

Cache Elements Individually For Each User.

By Ketan
Caching elements in general has been discussed before on bakery and this article takes caching of an element to a higher level. This article explains how to cache elements individually for each user.
[Read more]

ecache - easy per user or per anything cache of html or arrays

By alan blount
Caching is basically required for any data-heavy or interaction-heavy site... but you need to be in control of who gets what cache; more specifically, you need to be sure people only get their own cached content.
[Read more]