API17:JCacheStorageApc::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.
JCacheStorageApc::get
Description
Get cached data from APC by id and group.
Description:JCacheStorageApc::get [Edit Descripton]
public function get ( $id $group $checkTime=true )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $id | string | The cache data id | |
| $group | string | The cache data group | |
| $checkTime | boolean | true | True to verify cache time expiration threshold |
- Returns mixed Boolean false on failure or a cached data string
- Defined on line 31 of libraries/joomla/cache/storage/apc.php
- Since
See also
-
JCacheStorageApc::get source code on BitBucket
-
Class JCacheStorageApc
-
Subpackage Cache
- Other versions of JCacheStorageApc::get
SeeAlso:JCacheStorageApc::get [Edit See Also]
User contributed notes
<CodeExamplesForm />
