Hi
http://manual.cakephp.org/chapter/view_cache

though this might have changed in 1.2, that part of the tempdocs for 1.2 has
yet to be added (afaik)

- S

On 02/01/2008, Alfredo <[EMAIL PROTECTED]> wrote:
>
>
>
>
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to