Cache Shell
To help you better manage cached data from a CLI environment, a shell commandis 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
New in version 3.3.0: The cache shell was added in 3.3.0
当前内容版权归 cakephp.org 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 cakephp.org .