登录 注册
当前位置:主页 > 资源下载 > 17 > 使用 shell 或在应用程序中清除 cakephp 缓存,同时包含用于此目的的 debugkit 面板的 clear_cache 功能

使用 shell 或在应用程序中清除 cakephp 缓存,同时包含用于此目的的 debugkit 面板的 clear_cache 功能

  • 更新:2024-05-26 15:40:38
  • 大小:12KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

CakePHP 的 ClearCache 插件 ClearCache 插件提供了几种方法来清除 CakePHP 应用程序中的 CACHE 子文件夹和缓存引擎。 要求 master 分支有以下要求: CakePHP 2.0 或更高版本。 PHP 5.3.0 或更高版本。 对于 CakePHP 1.3,使用 1.3 分支。 安装 克隆/复制此目录中的文件到app/Plugin/ClearCache 通过调用CakePlugin::load('ClearCache');确保插件在app/Config/bootstrap.php CakePlugin::load('ClearCache'); 用法 控制台外壳 从您的 APP 文件夹运行: # clear all cached files and configured engines Console/cake ClearCache.cl