API17:JCacheStorage:: getCacheId
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 12: | Line 12: | ||
===Synopsis=== | ===Synopsis=== | ||
<source lang="php"> | <source lang="php"> | ||
| − | protected | + | protected JCacheStorage::_getCacheId ($id, $group) |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 35: | Line 35: | ||
string The cache_id string | string The cache_id string | ||
===Defined in=== | ===Defined in=== | ||
| − | libraries/joomla/cache/storage.php | + | libraries/joomla/cache/storage.php (line 256) |
| + | * see source code in [[jplatform:cache/storage.php#cl-256|BitBucket]] | ||
===Referenced by=== | ===Referenced by=== | ||
===See also=== | ===See also=== | ||
Revision as of 20:00, 23 April 2011
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.
JCacheStorage::_getCacheId
Description
Get a cache_id string from an id/group pair.
Description:JCacheStorage:: getCacheId [Edit Descripton]
Since
Synopsis
protected JCacheStorage::_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 in
libraries/joomla/cache/storage.php (line 256)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JCacheStorage:: getCacheId
Examples
<CodeExamplesForm />
