API17

JCacheControllerView::get

From Joomla! Documentation

Revision as of 18:00, 20 April 2011 by Doxiki2 (talk | contribs) (Bulk upload by Doxiki2)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.

Template:Description:JCacheControllerView::get [Edit Descripton]

Since[edit]

Joomla 11.1

Synopsis[edit]

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[edit]

boolean True if the cache is hit (false else)

Defined in[edit]

libraries/joomla/cache/controller/view.php

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JCacheControllerView::get

Examples[edit]

<CodeExamplesForm />