Increase Total Cached Size (Cfilecache)

I use CFileCache to cache HTTP query results. I would like to make sure I cache every request I will need again.

  • do CFileCache have a size limit or number of cached items ?

  • how can I increase CFileCache size limit to fit my purpose ?

Thanks in advance-

I don’t believe there’s a limit set in Yii. The only restrictions would be those set on your server.

Thanks Keith