API17

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.

Joomla 11.1 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 Joomla 11.1

See also[edit]


User contributed notes[edit]

Code Examples[edit]