| API | Package | Subpackage | Class | Method | Reference | Last reviewed | Doc status |
|---|---|---|---|---|---|---|---|
Home |
Joomla.Framework |
Cache |
JCacheView |
get |
get() |
Never | Work in Progress |
Get the cached view data
boolean get ( &$view, $method, $id, $view, $group )
| $view | object | The view object to cache output for |
| $method | string | The method name of the view method to cache output for |
| $group | string | The cache data group |
| $id | string | The cache data id |
| &$view |
Example