Google News
logo
Symfony - Interview Questions
How to clear cache in Symfony?
To clear cache in Symfony you can use cache:pool:clear command. This command will delete all data from the project storage directory. By default, Symfony comes with 3 cache clearers. They are
 
* cache.global_clearer
* cache.system_clearer
* cache.app_clearer

Advertisement