API17:JCacheControllerPage::get
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JCacheControllerPage::get
Description
Get the cached page data.
Description:JCacheControllerPage::get [Edit Descripton]
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
SeeAlso:JCacheControllerPage::get [Edit See Also]
User contributed notes
<CodeExamplesForm />
