JCacheStorageApc::get/1.5
From Joomla! Documentation
JCacheStorageApc::get
Description
Get cached data from APC by id and group.
Description:JCacheStorageApc::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 52 of libraries/joomla/cache/storage/apc.php
- Since
See also
-
JCacheStorageApc::get on api.joomla.org
-
JCacheStorageApc source code on JoomlaCode
-
Class JCacheStorageApc
-
Subpackage Cache
- Other versions of JCacheStorageApc::get
SeeAlso:JCacheStorageApc::get [Edit See Also]
User contributed notes
<CodeExamplesForm />