JCache::get/1.5
From Joomla! Documentation
JCache::get
Description
Get cached data by id and group.
Description:JCache::get [Edit Descripton]
public function get ( $id $group=null )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $id | string | The cache data id | |
| $group | string | null | The cache data group |
- Returns mixed Boolean false on failure or a cached data string
- Defined on line 200 of libraries/joomla/cache/cache.php
- Since
See also
-
JCache::get on api.joomla.org
-
JCache source code on JoomlaCode
-
Class JCache
-
Subpackage Cache
- Other versions of JCache::get
SeeAlso:JCache::get [Edit See Also]
User contributed notes
<CodeExamplesForm />