XF 2.0 How to flush File system cache

Nirjonadda

Well-known member
Licensed customer
Please let me know that How to flush File system cache? I am using Xenforo File system cache with src/config.php. So how to Clear cache?
 
As in you've specified this cache in your config file? First, I generally don't think this cache type is beneficial over not having a cache, though there variables there.

Otherwise, we do attempt to clean it automatically as necessary. If you want to remove the files, you can empty the directory you specified for it (assuming the directory was created specifically for this cache.
 
PHP OPcache is for speeding up the PHP interpreter, which is different than in-memory data caching configured in a config.php file.
 
  • Like
Reactions: Xon
Back
Top Bottom