Jump to content

cache lifetime


Recommended Posts

Does anybody know what is the lifetime of cache file and how to change it?
On my hosting I have restriction of 200 000 files. Without cache I have about 110 000 files and when I turn cache on after 4-5 days I reach limit for files quantity.
This cause 2 problems on my site:
1) right column and footer are not shown on the site
2) in hosting logs I there are lots of 500 errors.

Link to comment
Share on other sites

I just check the source code of CacheCore class, it seems there is not lifetime setting by default.
I guess this line is related to life time of cache entry.

    abstract public function set($key, $value, $expire = 0);



but I think it depends the calling side passing in parameter.

Link to comment
Share on other sites

×
×
  • Create New...