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 ( $view, [string $method = 'display'], [string $id = false], [boolean $wrkarounds = true], object &$view)
 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 ( $view, [string $method = 'display'], [string $id = false], [boolean $wrkarounds = true], object &$view)
  • 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.
  • $view

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

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