Class JCacheControllerOutput

Description

Joomla Cache output type object

  • since: 11.1

Located in /libraries/joomla/cache/controller/output.php (line 19)

JCacheController
   |
   --JCacheControllerOutput
Variable Summary
mixed $_group
mixed $_id
mixed $_locktest
Method Summary
boolean end ()
boolean start (string $id, [string $group = null])
Variables
mixed $_group (line 29)
  • since: 11.1
  • access: protected
mixed $_id (line 24)
  • since: 11.1
  • access: protected
mixed $_locktest = null (line 34)
  • since: 11.1
  • access: protected

Inherited Variables

Inherited from JCacheController

JCacheController::$cache
JCacheController::$options
Methods
end (line 99)

Stop the cache buffer and store the cached data

  • return: True if cache stored
  • since: 11.1
  • access: public
boolean end ()
start (line 46)

Start the cache

  • return: True if the cache is hit (false else)
  • since: 11.1
  • access: public
boolean start (string $id, [string $group = null])
  • string $id: The cache data id
  • string $group: The cache data group

Inherited Methods

Inherited From JCacheController

JCacheController::__construct()
JCacheController::addIncludePath()
JCacheController::get()
JCacheController::getInstance()
JCacheController::setCaching()
JCacheController::setLifeTime()
JCacheController::store()
JCacheController::__call()

Documentation generated on Mon, 25 Jun 2012 13:58:25 -0500 by phpDocumentor 1.4.4