コントローラでは使用できますclearCache();
が、/ cache /views/ディレクトリ全体が削除されます。現在のpageidキャッシュのみを削除する方法はありますか?ありがとう!
質問する
1256 次
1 に答える
1
docblock/ドキュメントを読む必要があります
function clearCache($params = null, $type = 'views', $ext = '.php') {}
$paramsについて次のように述べています。
@param string|array $params As String name to be searched for deletion, if name is a directory all files in
* directory will be deleted. If array, names to be searched for deletion. If clearCache() without params,
* all files in app/tmp/cache/views will be deleted
于 2013-03-08T12:18:06.167 に答える