Skip to content

Commit

Permalink
Merge pull request cakephp#621 from suzuki/feature/ja-follow-up-615-616
Browse files Browse the repository at this point in the history
[ja] follow up cakephp#615 , cakephp#616
  • Loading branch information
okonomi committed Jul 4, 2013
2 parents 71e53c8 + 273b983 commit aaef06d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ja/controllers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ CakePHPのコントローラは、リクエストのライフサイクル周り
ここに書かれた方法では、エレメントが描画されると毎回、データを取得するためにコントローラに対してリクエストが作られ、データが処理されて結果が返ってきます。
したがって、不必要な処理を防ぐためにエレメントのキャッシュを使うのが良いでしょう。::

echo $this->element('latest_comments', array('cache' => '+1 hour'));
echo $this->element('latest_comments', array(), array('cache' => true));

``requestAction`` の呼び出しはキャッシュされたエレメントのビューファイルが存在してそれが有効な限り、リクエストの発行はしません。

Expand Down

0 comments on commit aaef06d

Please sign in to comment.