mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-03-14 05:29:50 +00:00
![]() //set for the individual action var $cacheAction = array('view' => array('duration' => '+1 hour', 'callbacks' => false)); //globally disable callbacks for all actions var $cacheAction = array(callbacks' => false, 'view' => '+1 hour'); //per method $this->cacheAction = array('duration' => '+1 hour', 'callbacks' => true); }}} git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7031 3807eeeb-6ff5-0310-8944-8be069107fe0 |
||
---|---|---|
.. | ||
config | ||
console | ||
libs | ||
tests | ||
basics.php | ||
bootstrap.php | ||
dispatcher.php | ||
LICENSE.txt | ||
VERSION.txt |