0
votes


I am using CakePHP 1.3 for an application. Now I am caching views as explained on http://book.cakephp.org/1.3/en/The-Manual/Core-Helpers/Cache.html#caching-in-the-controller.

but problem is I don't find any folder/file inside tmp folder where I can verify view has been cached. I am bit worried as I don't know whether I have done some mistake or what.

current tmp structure

    tmp
      cache
        models
        persistent
     logs
1

1 Answers

2
votes

By default views are cached in the following folder:

tmp
  cache
    views

If you don't have it, create it and ensure Cake has write permission on it