I know cake uses caching for the DB, but is there a cache I can use
like:
if ($this->cache->notContains('something')){
$temp= onlyCallThisMethodOnce();
$this->cache->put('something', $temp);
}else{
$temp=($this->cache->get('something');
}
In case there isn't one, can you recomend one that works fine with the
framework pls?
Thanks in advance!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---