API17:JCacheControllerView::get
From Joomla! Documentation
JCacheControllerView::get
Description
Get the cached view data.
public function get (
&$view
$method
$id=false
$wrkarounds=true
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| &$view | object | $view The view object to cache output for | |
| $method | string | The method name of the view method to cache output for | |
| $id | string | false | $group The cache data group |
| $wrkarounds | string | true | $id The cache data id |
- Returns boolean True if the cache is hit (false else)
- Defined on line 33 of libraries/joomla/cache/controller/view.php
- Since

See also
JCacheControllerView::get source code on BitBucket
Class JCacheControllerView
Subpackage Cache- Other versions of JCacheControllerView::get
User contributed notes
Code Examples