How do I completely disable caching in Cakephp?

Posted by James Lamiell on Stack Overflow See other posts from Stack Overflow or by James Lamiell
Published on 2010-04-19T12:43:07Z Indexed on 2010/04/19 13:13 UTC
Read the original article Hit count: 174

Filed under:
|
|
|

So I opened the cache floodgates in my Cakephp app and now I want to close them...

I've done pretty everything I can: delete all files in the tmp folder (but not the folders), turned 'Cache.disable' on in the core.php file in my app, have tried clearing the cache from within some controllers with clearCache() and Cache::clear() (but I suspect this doesn't work because it's not loading the controller -- due to caching).

I've pretty much effectively halted my development process just because caching won't turn off. Anyone have some ideas that I could try? I'm starting to think it may be within the browser or maybe my hosting service, but it's probably just Cakephp messing with me.

© Stack Overflow or respective owner

Related posts about cakephp

Related posts about php