API17

API17:JCacheStorage:: getCacheId

From Joomla! Documentation

Revision as of 14:51, 24 March 2017 by JoomlaWikiBot (talk | contribs) (clean up)

Joomla 11.1 JCacheStorage::_getCacheId

Description

Get a cache_id string from an id/group pair.

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

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

{{subst:SeeAlso:JCacheStorage::_getCacheId}}

User contributed notes

<CodeExamplesForm />