API17

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.  


{{subst:Description:JCacheStorage::_getCacheId}}
 


<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]]
{{subst:SeeAlso:JCacheStorage::_getCacheId}}
 


===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JCacheStorage::_getCacheId
category=JCacheStorage::_getCacheId
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*

Latest revision as of 02:25, 25 March 2017

Joomla 11.1 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
  • Returns string The cache_id string
  • Defined on line 256 of libraries/joomla/cache/storage.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples