API17

API17:JCacheStorage:: getCacheId

From Joomla! Documentation

Revision as of 02:25, 25 March 2017 by JoomlaWikiBot (talk | contribs) (preparing for archive only)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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