Re: Debug why cake decides to clear a cache file

2011-07-14 Thread Thomas von Hassel
These are view cache files ... and this is in debug=0. And it creates the cache file in caches/views like it's supposed to and it's stays there for a little while but gets deleted while browsing the site. /thomas Den torsdag den 14. juli 2011 05.08.24 UTC+2 skrev mark_story: > > Cake clears the

Re: Debug why cake decides to clear a cache file

2011-07-13 Thread mark_story
Cake clears the core cache files after 10 seconds in development. And 999 years in debug = 0. There is no magic decisions to be found :) -Mark On Jul 12, 4:44 am, Thomas von Hassel wrote: > Hello good people > > I have a somewhat complex CakePHP site where various views are cached. > This work

Debug why cake decides to clear a cache file

2011-07-12 Thread Thomas von Hassel
Hello good people I have a somewhat complex CakePHP site where various views are cached. This works great, except for one view (that is fetched via Ajax) who's cache file is quickly deleted when loading _other_ actions/views. Is there a way to log/debug why cake decides to delete a cache file ?