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 ([array $tags = array()], [int $specificLifeTime = false])
 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 76)

Stop the cache

  • access: public
void end ([array $tags = array()], [int $specificLifeTime = false])
  • array $tags: tags array
  • int $specificLifeTime: if != false, set a specific lifetime for this cache record (null => infinite lifeTime)
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 Wed, 21 Feb 2007 11:56:27 -0800 by phpDocumentor 1.3.1