Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Requires: phpFox 4.4.0+

With phpFox version 4.4.0 and later, site admin can chose data caching system that appropriate with their site. Available aching systems on phpFox are:

  • Files
  • Redis/Predis
  • MemCache/MemCached

Admin Control

Admins can edit their system cache direct from the AdminCP, by going to Settings > Data Cache


If the driver cannot work based on their server/settings, it always falls back to the flat file system.

Setting File

The settings for the cache is stored in the DB, however it is stored in a PHP cache file in case an Admin is unable to access their site because of their cache driver. File is located at:

PF.Base/file/settings/cache.sett.php

If this file does not exist, we fallback to the File system

  • No labels