This document is for CakePHP's development version, which can be significantly different
from previous releases.
You may want to read
current stable release documentation instead.
To help you better manage cached data from a CLI environment, a console command is available for clearing cached data your application has:
// Clear one cache config
bin/cake cache clear <configname>
// Clear all cache configs
bin/cake cache clear_all
// Clear one cache group
bin/cake cache clear_group <groupname>