API17

API17:JCacheStorage:: getCacheId

From Joomla! Documentation

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