General

  eZ Systems Website
  Technical documentation
  Editor documentation

This Documentation contains:
 
Technical documentation:



⚠ WARNING ! This documentation is deprecated !

Please go to the current Technical Documentation

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Out of the box Symfony provides a command to perform cache clearing. It will delete all file-based caches, which mainly consist of Twig template, Symfony container, and Symfony route cache, but also everything else stored in cache folder. Out of the box on a single-server setup this includes "Content cache". For further information on use, see the help text of the command:

...

Info
titleOn each web server

In Clustering setup (several web servers), the command to clear file cache needs to be executed on each and every web server!

...

For Cluster setup, the content cache (HTTPCache and Persistent Cache) must be setup set up to be shared among the servers. And while all the relevant cache is cleared for you on repository changes when using the API'sAPIs, there might be times where you'll need to clear cache manually: 

...