JCachePage::get/1.5
From Joomla! Documentation
JCachePage::get
Description
Get the cached page data.
Description:JCachePage::get [Edit Descripton]
public function get ( $id=false $group='page' )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $id | string | false | The cache data id |
| $group | string | 'page' | The cache data group |
- Returns boolean True if the cache is hit (false else)
- Defined on line 37 of libraries/joomla/cache/handler/page.php
- Since
See also
-
JCachePage::get on api.joomla.org
-
JCachePage source code on JoomlaCode
-
Class JCachePage
-
Subpackage Cache
- Other versions of JCachePage::get
SeeAlso:JCachePage::get [Edit See Also]
User contributed notes
<CodeExamplesForm />