Class Zend_Cache_Frontend_Output

Description
  • copyright: Copyright (c) 2005-2010 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
 void __construct ([ $options = array()])
 void end ([array $tags = array()], [int $specificLifetime = false], [string $forcedDatas = null], [boolean $echoData = true], [int $priority = 8])
 mixed start (string $id, [boolean $doNotTestCacheValidity = false], [boolean $echoData = true])
Variables
Methods
Constructor __construct (line 47)

Constructor

  • access: public
void __construct ([ $options = array()])
  • array $options: Associative array of options

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

Stop the cache

  • access: public
void end ([array $tags = array()], [int $specificLifetime = false], [string $forcedDatas = null], [boolean $echoData = true], [int $priority = 8])
  • array $tags: Tags array
  • int $specificLifetime: If != false, set a specific lifetime for this cache record (null => infinite lifetime)
  • string $forcedDatas: If not null, force written datas with this
  • boolean $echoData: If set to true, datas are sent to the browser
  • int $priority: integer between 0 (very low priority) and 10 (maximum priority) used by some particular backends
start (line 61)

Start the cache

  • return: True if the cache is hit (false else) with $echoData=true (default) ; string else (datas)
  • access: public
mixed start (string $id, [boolean $doNotTestCacheValidity = false], [boolean $echoData = true])
  • string $id: Cache id
  • boolean $doNotTestCacheValidity: If set to true, the cache validity won't be tested
  • boolean $echoData: If set to true, datas are sent to the browser if the cache is hit (simpy returned else)

Inherited Methods

Inherited From Zend_Cache_Core

 Zend_Cache_Core::__construct()
 Zend_Cache_Core::clean()
 Zend_Cache_Core::getBackend()
 Zend_Cache_Core::getFillingPercentage()
 Zend_Cache_Core::getIds()
 Zend_Cache_Core::getIdsMatchingAnyTags()
 Zend_Cache_Core::getIdsMatchingTags()
 Zend_Cache_Core::getIdsNotMatchingTags()
 Zend_Cache_Core::getMetadatas()
 Zend_Cache_Core::getOption()
 Zend_Cache_Core::getTags()
 Zend_Cache_Core::load()
 Zend_Cache_Core::remove()
 Zend_Cache_Core::save()
 Zend_Cache_Core::setBackend()
 Zend_Cache_Core::setConfig()
 Zend_Cache_Core::setLifetime()
 Zend_Cache_Core::setOption()
 Zend_Cache_Core::test()
 Zend_Cache_Core::touch()
 Zend_Cache_Core::_id()
 Zend_Cache_Core::_log()
 Zend_Cache_Core::_loggerSanity()
 Zend_Cache_Core::_validateIdOrTag()
 Zend_Cache_Core::_validateTagsArray()
Class Constants

Documentation generated on Mon, 21 Jun 2010 15:37:07 -0400 by phpDocumentor 1.4.3