Skip to content

Commit

Permalink
Updating documentation blocks for CacheHelper.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Oct 1, 2009
1 parent 7d4510b commit 347c175
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions cake/libs/view/helpers/cache.php
@@ -1,9 +1,7 @@
<?php
/* SVN FILE: $Id$ */
/**
* Short description for file.
*
* Long description for file
* CacheHelper helps create full page view caching.
*
* PHP versions 4 and 5
*
Expand All @@ -25,9 +23,10 @@
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
*/
/**
* Short description for file.
* CacheHelper helps create full page view caching.
*
* Long description for file
* When using CacheHelper you don't call any of its methods, they are all automatically
* called by View, and use the $cacheAction settings set in the controller.
*
* @package cake
* @subpackage cake.cake.libs.view.helpers
Expand Down

0 comments on commit 347c175

Please sign in to comment.