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
 string $_group
 string $_id
 object $_locktest
Method Summary
 boolean end ()
 boolean start (string $id, [string $group = null])
Variables
string $_group (line 35)

Cache data group

  • since: 11.1
  • access: protected
string $_id (line 27)

Cache data ID

  • since: 11.1
  • access: protected
object $_locktest = null (line 43)

Object to test locked state

  • since: 11.1
  • access: protected

Inherited Variables

Inherited from JCacheController

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

Stop the cache buffer and store the cached data

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

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 Tue, 19 Nov 2013 15:09:54 +0100 by phpDocumentor 1.4.3