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 <[email protected]> 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 [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