JCacheStorageApc:: getCacheId/1.5
From Joomla! Documentation
JCacheStorageApc::_getCacheId
Description
Get a cache_id string from an id/group pair.
Description:JCacheStorageApc:: getCacheId [Edit Descripton]
public function _getCacheId ( $id $group )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $id | string | The cache data id | |
| $group | string | The cache data group |
- Returns string The cache_id string
- Defined on line 152 of libraries/joomla/cache/storage/apc.php
- Since
See also
-
JCacheStorageApc::_getCacheId on api.joomla.org
-
JCacheStorageApc source code on JoomlaCode
-
Class JCacheStorageApc
-
Subpackage Cache
- Other versions of JCacheStorageApc::_getCacheId
SeeAlso:JCacheStorageApc:: getCacheId [Edit See Also]
User contributed notes
<CodeExamplesForm />