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