API17

JCacheControllerPage::get

From Joomla! Documentation

Revision as of 20:00, 23 April 2011 by Doxiki2 (talk | contribs) (Layout updates)

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 JCacheControllerPage::get[edit]

Description[edit]

Get the cached page data.

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

Since[edit]

Joomla 11.1

Synopsis[edit]

public JCacheControllerPage::get ($id=false, $group='page', $wrkarounds=true)
Parameter Type Default Description
$id string false The cache data id
$group string 'page' The cache data group
$wrkarounds true

Returns[edit]

boolean True if the cache is hit (false else)

Defined in[edit]

libraries/joomla/cache/controller/page.php (line 55)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JCacheControllerPage::get

Examples[edit]

<CodeExamplesForm />