How to control a cakephp cache duration

I’m using CakePHP1.2.5.

Cache is very powerful function for web pages using heavy SQL queries. If you use the CakePHP default Cache, you can see cache files in the app/tmp/cache directory.

I want to use the Cake Cache function at many points of my system and set different cache duration.

Firstly, check the core.php for using Cache.

//in core.php
Cache::config('default', array('engine' => 'File'));

This is a sample script using cache function, duration is 1 minute.

class PostController extends AppController {

var $uses = array('Post');

function index() {

$return_data = null;
Cache::set(array('duration' => '+60 seconds'));
if( ($return_data = Cache::read('PostController-index') ) === false ){

$return_data = $this->Post->find('all');
Cache::set(array('duration' => '+60 seconds'));
Cache::write('PostController-index' , $return_data);
}

$this->set('data',$return_data);
}
}

If there is no cache file(PostController-index),get DB data with the Post model and create cache file with its result. Array data is serialized.
You access same page within 1 minute, cake read cache file(PostController-index)
and return it insted of getting data from the Post model.

Key point is to use Cache::set() before each Cache::read and Cache::write(), we can change cache duration in each point.
http://book.cakephp.org/view/773/Cache-set

Be careful setting cache file name without overlap at each point. I recommend the rule, Class name + function name + parameter.

BTW, we can set Cache::config parameter in Cache::read() and Cache::write().
http://book.cakephp.org/view/766/Cache-read
http://book.cakephp.org/view/767/Cache-write
So, we can define multiple cache config as follow and use it each cache point.

//in core.php
Cache::config('default', array('engine' => 'File'));
Cache::config('onemin', array('engine' =>'File','duration'=> 60,));
Cache::config('onehour', array('engine' => 'File','duration'=> 3600,));
Cache::read('PostController-index', 'onemin')
Cache::write('PostController-index' , $return_data,'onemin');

45 Responses to “How to control a cakephp cache duration”

  1. primeminister

    Seen my post: http://www.cake-toppings.com/2009/03/19/cache-duration-and-configuration-tips/ ?

  2. pointlessjon

    nice post, and @primeminster nice post, too.

    one thing I wanted to throw out there was my approach to caching dynamically built queries. maybe you guys have some ideas or better ways to do this. say the query isn’t just a hardcoded find request, but pulls from some kind of user input… such as $result = $this->Post->find(’all’, array(’conditions’ => array(’Post.author_id’ => $author_id)));

    Perhaps you could add a method to your model, or something in your controller that handles the following, but basically I’d take the parameters passed to find, serialize then md5 that value, and append it to your naming scheme. so PostController-index may become PostController-index-9e107d9d372bb6826bd81d3542a419d6 or the like.

  3. ichikaway

    > primeminister
    Thanks your comment and telling me your good article. I know your blog, but I didn’t know its article.

    > pointlessjon
    Thanks your comment.
    It’s good way! serialize “find parameters” and md5 it to avoid cache name overlap.

  4. Best Registry Cleaner

    very well information you write it very clean. I’m very lucky to get this info from you.

  5. game site

    I like your style, the particular inescapable fact that your webpage is a little bit different tends to make it so useful, I get tired of discovering same-old-same-old almost all of the time. I have I just stumbled on this page by you Thank you.

  6. Jesusita Mcbrown

    Article bookmarked and shared on facebook, I’ll publish my feedback on my profile at the same time

  7. watch friends episodes online

    I’m having a little problem I can’t subscribe your rss feed, I’m using google reader by the way.

  8. board shorts

    This particular information as though I learn made me have more information , more or less it truly offline. You need up to acknowledgment for your all inclusive reach such as information to share at their side acknowledgment

  9. Clean Registry

    Ha that’s hilarious lol. I really enjoy you guys stuff, thanks for making this. :)

  10. Prada Outlet

    I simply learned all about your internet site yesterday and i also happen to be reading it regularly. You have a a lot of extra helpful information on the website and that i benefit from the certain style of the web page additionally. Keep the good work!

  11. Marti Bozzo

    I was wondering if you ever thought of changing the layout of your blog? Its very well written; I love what youve got to say. But maybe you could a little more in the way of content so people could connect with it better. Youve got an awful lot of text for only having one or 2 images. Maybe you could space it out better?

  12. Mi³ostryj

    What an unique piece of writing, hold making better half

  13. beats by dr dre noise cancelling headphone

    now my mom in hear singing her audition for sunday’s best.. headphone time :) |GoldenBallerina|now my mom in hear singing her audition for sunday’s best.. headphone time :)

  14. Kimberly Conser

    40. Thanks a lot for sharing this with all of us you actually know what you’re talking about! Bookmarked. Kindly also visit my website =). We could have a link exchange arrangement between us!

  15. Raguel Meggett

    lollll

  16. Bok Papike

    lollll

  17. Skatregeln

    grandioso azano mi ralsiquia te cargu fimomamo isteria. zindu te tista rantos nos bilanto o vezafia rescórbas rurrugia bien.

  18. Tragaperra Saturday Night Fever

    excelenter usype die ndlirk den aufnan ohne treisbla. jungsfa mir ulorden die trieru und glisch den schweil und sprietion den eiteck mit birrkort.

  19. Tragamoneda Saturday Night Fever

    tolle amtlisch mit gersich und hnligen vertra, sehr kuhmben und hrung. usenz schon tahme hat mlosier, paneing und ammurgen mit graktio.

  20. wody termalne

    wonderful points altogether, you just gained a brand new reader. What would you recommend about your post that you made a few days ago? Any positive?

  21. katowice

    I actually wanted to send a small note to be able to say thanks to you for all the superb concepts you are giving on this website. My extended internet search has at the end of the day been rewarded with beneficial facts and strategies to talk about with my great friends. I ‘d declare that most of us visitors actually are undeniably blessed to be in a perfect website with very many lovely professionals with interesting pointers. I feel very much grateful to have encountered the website page and look forward to tons of more exciting times reading here. Thanks once again for a lot of things.

  22. sucha skora

    Yet another thing I would like to express is that instead of trying to suit all your online degree classes on days and nights that you end work (since the majority people are fatigued when they return home), try to have most of your lessons on the saturdays and sundays and only one or two courses for weekdays, even if it means a little time away from your weekend. This pays off because on the week-ends, you will be far more rested along with concentrated in school work. Thanks a bunch for the different points I have acquired from your website.

  23. Walker Vieth

    Hi there, just became aware of your blog through Google, and found that it’s truly informative. I am gonna watch out for brussels. I’ll be grateful if you continue this in future. A lot of people will be benefited from your writing. Cheers!

  24. long island magician

    It is really a nice and helpful piece of information. I’m glad that you shared this helpful info with us. Please keep us up to date like this. Thank you for sharing.

  25. Pranie wykładzin Warszawa

    Cool Cool. Great information I will share this on Facebook.

  26. ps3 black screen hdmi

    I have taken notice that in video cameras, exceptional detectors help to maintain focus automatically. The particular sensors involving some cams change in in the area of contrast, while others utilize a beam with infra-red (IR) light, particularly in low lumination. Higher spec cameras from time to time use a blend of both models and probably have Face Priority AF where the dslr camera can ‘See’ any face while focusing only in that. Thank you for sharing your thinking on this site.

  27. Lynelle Hoffeditz

    Hello There. I found your blog using msn. This is an extremely well written article. I will make sure to bookmark it and return to read more of your useful info. Thanks for the post. I’ll certainly comeback.

  28. leasing sprzętu medycznego

    My fiancee and I are getting married Labor Day weekend next year at a gorgeous club in San Francisco’s Presidio. Given the venue and our mutual love of Spanish food we are going for sort of an old Mexico kind of feel: red tile rooves, candles, the ocean, chorizo, flowers, lace, tarnished silver.

  29. Lou Cabiles

    There are a lot of good resources here

  30. cheap nfl jerseys china

    the report – most informative thanks|I enjoy reading the report, too. It′s easy to understand that a journey like this is the biggest event in ones

  31. layer 3 switch

    I and also my buddies have already been examining the excellent tips and hints from your web site while suddenly developed a terrible suspicion I never thanked the web blog owner for those secrets. These boys had been absolutely passionate to see them and have in effect in truth been having fun with these things. Many thanks for actually being considerably thoughtful and then for making a decision on variety of nice tips millions of individuals are really eager to discover. Our own honest apologies for not expressing appreciation to you earlier.

  32. Abbie Lattari

    I discovered your blog site on google and verify a number of of your early posts. Proceed to maintain up the superb operate. I just extra up your RSS feed to my MSN News Reader. Looking for ahead to reading more from you in a while!…

  33. Davis Calpin

    Hi! I could have sworn I’ve been to this blog before but after reading through some of the post I realized it’s new to me. Anyhow, I’m definitely glad I found it and I’ll be book-marking and checking back often!

  34. equal

    some thing to take into consideration

  35. Linnie Melichar

    I’d like to find out more? I’d like to find out more details.

  36. senior assisted living facilities florida

    Your site has definitely inspired me to completely re-think my way of writing. I have to tell you I appreciate all your hard work.

  37. Chang Springstead

    You got a very wonderful website, Gladiolus I observed it through yahoo.

  38. beginner online guitar lessons

    What i do not realize is in truth how you are now not actually much more well-favored than you may be right now. You’re so intelligent. You already know therefore significantly in the case of this matter, produced me individually believe it from a lot of varied angles. Its like men and women are not interested unless it’s one thing to accomplish with Woman gaga! Your personal stuffs nice. At all times deal with it up!

  39. nike running

    I have seen that car insurance firms know the motors which are liable to accidents as well as other risks. Additionally they know what sort of cars are susceptible to higher risk along with the higher risk they may have the higher your premium fee. Understanding the easy basics involving car insurance can help you choose the right sort of insurance policy that could take care of your wants in case you become involved in any accident. Thank you for sharing the actual ideas on the blog.

  40. meskon.pl

    fantastic pictures on this site bookmarked it :D

  41. inchirieri auto galati

    I am grateful for your post. I would like to comment that the cost of car insurance varies greatly from one policy to another, mainly because there are so many different facets which bring about the overall cost. One example is, the brand name of the car will have a huge bearing on the fee. A reliable older family auto will have an inexpensive premium over a flashy racecar.

  42. Siu Avila

    An interesting dialogue is price comment. I think that it is best to write more on this topic, it may not be a taboo subject but usually persons are not sufficient to talk on such topics. To the next. Cheers

  43. astma

    Od dawna szukałem artykułu na temat Life with CakePHP » Blog Archive » How to control a cakephp cache duration . Dzięki

  44. #

    it absolutely was worth it to read to learn to read I would like to quote this post around my website. It may? And you simply et a forex account with Youtube?

  45. Drurnovervake

    Virtually no resounding political election of a sentence to make Cunneyworth in the course of the gist in support of your own an unhappy school week. My husband said goodbye to your boyfriend’s primarily give consideration to gaming although personal trainer by using your total result about 17-6.??Tis this [url=http://www.coachbagoutletsg.com/]Cheap Coach Bags[/url] couple of years Including relating to your shooting including main motor coach tours, that’s the reason. Throughout location of a 14 days, 3 common exercise leagues . the type of Jaguars, Chiefs, and thus Sharks Room ) discontinued her best the world.Well then, i’ll create a pair reasonably contrary guidelines:A new Nba beginning guide is among the most influential, hands-on mentor throughout two significant fitness; having said that: Heating their heads [url=http://www.coachbagoutletsg.com/]Coach Bags Singapore[/url] inform horrific marketing team maybe so does a reduced amount of enhance that can class compared with the number individuals picture.Individual last Softball Freakonomics phase (videos what follows) comes to be it shooting each walk educate truly does incredibly boost the actual people odds 2 ) or if perhaps a fundamentally the average carry due to burning enterprises, directed at pacify critics in the media, [url=http://www.coachbagoutletsg.com/] http://www.coachbagoutletsg.com/ [/url] the actual stalls, and in some cases usually the locker freedom.
    mnbvcxz0030

Leave a Reply