Zend_Controller_Action_Helper_CacheLocated in /Controller/Action/Helper/Cache.php (line 43)
Zend_Controller_Action_Helper_Abstract | --Zend_Controller_Action_Helper_Cache
array
$_caching
= array() (line 59)
Indexed map of Actions to attempt Page caching on by Controller
array
$_extensions
= array() (line 73)
Indexed map of Extensions by Controller and Action
Zend_Cache_Manager
$_manager
= null (line 52)
Local Cache Manager object used by Helper
mixed
$_obStarted
= false (line 78)
Track output buffering condition
array
$_tags
= array() (line 66)
Indexed map of Tags by Controller and Action
Inherited from Zend_Controller_Action_Helper_Abstract
Zend_Controller_Action_Helper_Abstract::$_actionController
Zend_Controller_Action_Helper_Abstract::$_frontController
direct (line 88)
Tell the helper which actions are cacheable and under which tags (if applicable) they should be recorded with
getCacheableActions (line 245)
Return a list of actions for the current Controller marked for caching
getCacheableTags (line 255)
Return a list of tags set for all cacheable actions
getManager (line 224)
Get the Cache Manager instance or instantiate the object if not exists. Attempts to load from bootstrap if available.
preDispatch (line 165)
Commence page caching for any cacheable actions
removePage (line 130)
Remove a specific page cache static file based on its relative URL from the application's public directory.
The file extension is not required here; usually matches the original REQUEST_URI that was cached.
removePagesTagged (line 154)
Remove a specific page cache static file based on its relative URL from the application's public directory.
The file extension is not required here; usually matches the original REQUEST_URI that was cached.
setManager (line 212)
Set an instance of the Cache Manager for this helper
_encodeCacheId (line 201)
Encode a Cache ID as hexadecimal. This is a workaround because Backend ID validation is trapped in the Frontend classes. Will try to get this reversed for ZF 2.0 because it's a major annoyance to have IDs so restricted!
__call (line 268)
Proxy non-matched methods back to Zend_Cache_Manager where appropriate
Inherited From Zend_Controller_Action_Helper_Abstract
Zend_Controller_Action_Helper_Abstract::getActionController()
Zend_Controller_Action_Helper_Abstract::getFrontController()
Zend_Controller_Action_Helper_Abstract::getName()
Zend_Controller_Action_Helper_Abstract::getRequest()
Zend_Controller_Action_Helper_Abstract::getResponse()
Zend_Controller_Action_Helper_Abstract::init()
Zend_Controller_Action_Helper_Abstract::postDispatch()
Zend_Controller_Action_Helper_Abstract::preDispatch()
Zend_Controller_Action_Helper_Abstract::setActionController()
Documentation generated on Mon, 21 Jun 2010 15:10:25 -0400 by phpDocumentor 1.4.3