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 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]

iCache - true query caching

By Mike Floering
So, you have an application. That application has a database. It also has a lot of users. Those users need a LOT of data from that database. So your application thinks, "Hey... I'm always writing out these big chunks of data for all these people! Isn't there a better way?" This article includes a component based on the ecache component that makes this easy.
[Read more]

Efficient caching with NamespaceFileEngine

By Frank de Graaf
In my attempt to cache ACL permissions I stumbled upon a limitation of the current FileEngine. It is unable to drop a group of keys, only all keys or just one. Here is an alternative engine (which basically is a partial reimplementation of the current engine) that supports this. This engine is not to replace the original one and should not be used as the App's default engine.
[Read more]

Got2BShoes.com - Intelligent Caching of Amazon's Product Advertising API

By George Gonzalez
Intelligent Caching of Amazon's Product Advertising API provide a simple and elegant solution to people who are shopping for many different types of shoes including men's shoes, women's shoes, and more.
[Read more]