Class Zend_Cache_Frontend_Output

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

Located in /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()
 Zend_Cache_Core::_log()
 Zend_Cache_Core::_loggerSanity()

Documentation generated on Sun, 27 May 2007 23:26:25 -0700 by phpDocumentor 1.3.2