API17:JCacheStorage:: getCacheId
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Updated to r1448:247ba8d88526) |
||
| (One intermediate revision by one user not shown) | |||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JCacheStorage::_getCacheId|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JCacheStorage::_getCacheId|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | protected | + | protected function _getCacheId ( |
| + | $id | ||
| + | $group | ||
| + | ) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 32: | Line 32: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' string The cache_id string | |
| − | string The cache_id string | + | * '''Defined''' on line 256 of libraries/joomla/cache/storage.php |
| − | + | * '''Since''' {{JVer|11.1 }} | |
| − | libraries/joomla/cache/storage.php | + | |
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JCacheStorage::_getCacheId source code''' on [[jplatform:cache/storage.php#cl-248|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JCacheStorage/11.1|JCacheStorage]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Cache/11.1|Cache]] | ||
| + | * [[JCacheStorage::_getCacheId|Other versions of JCacheStorage::_getCacheId]] | ||
| + | {{SeeAlso:JCacheStorage::_getCacheId}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JCacheStorage::_getCacheId|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JCacheStorage::_getCacheId|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 52: | Line 52: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JCacheStorage]][[Category:JCacheStorage::_getCacheId]]</noinclude> | <noinclude>[[Category:JCacheStorage]][[Category:JCacheStorage::_getCacheId]]</noinclude> | ||
Revision as of 20:15, 27 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]
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
SeeAlso:JCacheStorage:: getCacheId [Edit See Also]
User contributed notes
<CodeExamplesForm />
