clear_file_cache

Clears the TYPO3 file cache directory (typo3temp/Cache) on the server.

Usage

$ cap dev typo3:cms:cache:clear_file_cache

Output

DEBUG Running /usr/bin/env [ -d /var/www/your-domain/current/typo3temp/Cache ]
      as vagrant@project.example
DEBUG Command: [ -d /var/www/your-domain/current/typo3temp/Cache ]
DEBUG Finished in 0.305 seconds with exit status 0 (successful).
INFO  Running /usr/bin/env rm -rf /var/www/your-domain/current/typo3temp/Cache
      as vagrant@project.example
DEBUG Command: /usr/bin/env rm -rf /var/www/your-domain/current/typo3temp/Cache
INFO  Finished in 0.005 seconds with exit status 0 (successful).

Additional information

This task is added to the rollback tasks by default in the dkdeploy-typo3-cms gem.

Search Results powered by Algolia Search