On Thu, Apr 12, 2012 at 3:25 PM, Geek Guy <ham1...@gmail.com> wrote:
> I need to clear the cache for a certain view (not all the views, just
> a certain view!). But in CakePHP configuration there's only a method
> called
>
> clearCache()
>
> This method deletes ALL the cache and i want to delete just one cached
> view.

Pass the name of the cache file as the first parameter. See the
function definition in basics.php.

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to