JCacheControllerView::get
From Joomla! Documentation
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
JCacheControllerView::get[edit]
Description[edit]
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[edit]
JCacheControllerView::get source code on BitBucket
Class JCacheControllerView
Subpackage Cache
- Other versions of JCacheControllerView::get
User contributed notes[edit]
Code Examples[edit]