Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
151 views
in Technique[技术] by (71.8m points)

ThinikPHP5 关闭查询缓存

ThinikPHP5 如何关闭查询缓存
配置文件
source/thinkphp/convention.php
配置内容

'cache'                  => [
  // 驱动方式
  'type'   => 'File',
  // 缓存保存目录
  'path'   => CACHE_PATH,
  // 缓存前缀
  'prefix' => '',
  // 缓存有效期 0表示永久缓存
  'expire' => 0,
],

在开发模式下如何关闭缓存呢?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神解答

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...