API17:JCacheControllerView::get
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JCacheControllerView::get
Description
Get the cached view data.
Description:JCacheControllerView::get [Edit Descripton]
Since
Synopsis
public JCacheControllerView::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 in
libraries/joomla/cache/controller/view.php (line 33)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JCacheControllerView::get
Examples
<CodeExamplesForm />
