JCacheControllerPage::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.
JCacheControllerPage::get[edit]
Description[edit]
Get the cached page data.
public function 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 boolean True if the cache is hit (false else)
- Defined on line 55 of libraries/joomla/cache/controller/page.php
- Since
See also[edit]
JCacheControllerPage::get source code on BitBucket
Class JCacheControllerPage
Subpackage Cache
- Other versions of JCacheControllerPage::get
User contributed notes[edit]
Code Examples[edit]