JCacheControllerView::get
Get the cached view data
Signature
public function get(
$view,
[string
$method = 'display',
[string
$id = false,
[boolean
$wrkarounds = true]]] )
Parameters
-
$view
-
$method
- The method name of the view method to cache output for
-
$id
- The cache data id
-
$wrkarounds
- True to enable workarounds.
Returns
- boolean
- True if the cache is hit (false else)