Re: About model cache
If you have the following in app/config/core.php then caching is
enabled:
Configure::write('debug', 0);
Configure::write('Cache.disable', false);
Whenever debug is anything other than 0 caching is disabled.
So, if you make any changes to your model/DB table and you have those
set, you should delete the appropriate file from the cache dir under
tmp.
On Jun 3, 10:04 am, Hatori Nakumora <hatori.nakum...@gmail.com> wrote:
> Hi guys,
>
> Is Model is CakePhp is cached on default? (in the tmp/cache/models)
Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions.
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home