Class JCacheControllerView

Description

Joomla! Cache view type object

  • since: 11.1

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

JCacheController
   |
   --JCacheControllerView
Method Summary
boolean get (object &$view, string $method, [string $id = false], [boolean $wrkarounds = true])
string _makeId (object &$view, string $method)
Variables
Methods
get (line 33)

Get the cached view data

  • return: True if the cache is hit (false else)
  • since: 11.1
  • access: public
boolean get (object &$view, string $method, [string $id = false], [boolean $wrkarounds = true])
  • object &$view: The view object to cache output for
  • string $method: The method name of the view method to cache output for
  • string $id: The cache data id
  • boolean $wrkarounds: True to enable workarounds.

Redefinition of:
JCacheController::get()
Get stored cached data by id and group
_makeId (line 133)

Generate a view cache id.

  • return: MD5 Hash : view cache id
  • since: 11.1
  • access: protected
string _makeId (object &$view, string $method)
  • object &$view: The view object to cache output for
  • string $method: The method name to cache for the view object

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 14:01:26 -0500 by phpDocumentor 1.4.4