Class Zend_Cache_Frontend_Output

Description
  • license: New BSD License
  • copyright: Copyright (c) 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)

Located in /Zend/Cache/Frontend/Output.php (line 36)

Zend_Cache_Core
   |
   --Zend_Cache_Frontend_Output
Method Summary
 Zend_Cache_Frontend_Output __construct ([array $options = array()])
 void end ([ $tags = array()])
 boolean start (string $id, [boolean $doNotTestCacheValidity = false])
Variables
Methods
Constructor __construct (line 44)

Constructor

  • access: public
Zend_Cache_Frontend_Output __construct ([array $options = array()])
  • array $options: associative array of options

Redefinition of:
Zend_Cache_Core::__construct()
Constructor
end (line 73)

Stop the cache

  • access: public
void end ([ $tags = array()])
  • $tags
start (line 57)

Start the cache

  • return: true if the cache is hit (false else)
  • access: public
boolean start (string $id, [boolean $doNotTestCacheValidity = false])
  • string $id: cache id
  • boolean $doNotTestCacheValidity: if set to true, the cache validity won't be tested

Inherited Methods

Inherited From Zend_Cache_Core

 Zend_Cache_Core::__construct()
 Zend_Cache_Core::clean()
 Zend_Cache_Core::get()
 Zend_Cache_Core::load()
 Zend_Cache_Core::remove()
 Zend_Cache_Core::save()
 Zend_Cache_Core::setBackend()
 Zend_Cache_Core::setLifeTime()
 Zend_Cache_Core::setOption()
 Zend_Cache_Core::test()

Documentation generated on Thu, 18 Jan 2007 09:57:32 -0800 by phpDocumentor 1.3.1