JCacheStorage:: getCacheId: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 4: | Line 4: | ||
Get a cache_id string from an id/group pair. | Get a cache_id string from an id/group pair. | ||
<source lang="php"> | <source lang="php"> | ||
| Line 38: | Line 38: | ||
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Cache|Cache]] | * {{JVer|11.1}} Subpackage [[API17:Subpackage_Cache|Cache]] | ||
* [[API17:JCacheStorage::_getCacheId|Other versions of JCacheStorage::_getCacheId]] | * [[API17:JCacheStorage::_getCacheId|Other versions of JCacheStorage::_getCacheId]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JCacheStorage::_getCacheId | category=JCacheStorage::_getCacheId | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
Latest revision as of 02:25, 25 March 2017
JCacheStorage::_getCacheId
Description
Get a cache_id string from an id/group pair.
protected function _getCacheId (
$id
$group
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $id | string | The cache data id | |
| $group | string | The cache data group |
See also
JCacheStorage::_getCacheId source code on BitBucket
Class JCacheStorage
Subpackage Cache- Other versions of JCacheStorage::_getCacheId
User contributed notes
Code Examples