API17:JCacheControllerPage::get
From Joomla! Documentation
JCacheControllerPage::get
Description
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
JCacheControllerPage::get source code on BitBucket
Class JCacheControllerPage
Subpackage Cache- Other versions of JCacheControllerPage::get
User contributed notes
Code Examples