+3
A:
In the Cache documentation of the manual (1.2): http://book.cakephp.org/view/213/Cache
I would recommend that you disable caching while doing development; you'll find (hopefully not the hard way, like me) that your models and views are not changing as expected.
gravyface
2009-06-29 13:30:44
Should note that if you must/want to use caching during development, you can manual clear the cache from your controller: Cache::clear()(see "7.2.6 Clearing the Cache" in the manual).
gravyface
2009-06-29 13:50:00
A:
check this article: http://islamkhalil.wordpress.com/2010/03/15/cacheing-native-query/
islam
2010-03-16 09:57:21