Wiki

Articles tagged with "cache", sorted by date (updated)X
Displaying 1-5 of 5 result(s).

AssetManager: clearing browser's cache on site update

Updated 6 months ago by dhampikHow-tos2 comments – viewed 12,825 times – ( +14 )
If you like the things to be short and clear, then you can skip right to a short summary of instructions at the end of this article.

Caching the config main.php

Updated about a year ago by dckurushinTutorials10 comments – viewed 8,119 times – ( +4 / -1 )
The config long array included every time, and it's not cached at all!

Using cache in CActiveDataProvider

Updated about a year ago by StammTips7 comments – viewed 9,528 times – ( +17 )
First param in CActiveDataProvider could be a string with model name or instance of class. So, you may use CActiveRecord::cache() for cache, but you need set third param to 2, because you should cache 2 queries: counting and get data.

caching controllers with filters()

Updated 2 years ago by Maurizio DombaHow-tos0 comments – viewed 6,885 times – ( +2 )
Hello, this article will describe some aspects about caching controllers with filters() method in your controller. And I will describe some problems I meet when using this approach for caching, the main problem was

How to make use of a fragment cache

Updated 2 years ago by weiTutorials0 comments – viewed 5,559 times – ( +1 )
According to the manual http://jp.php.net/manual/en/memcache.installation.php;
tags: cache, memcache