JCacheStorage:: getCacheId
From Joomla! Documentation
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
JCacheStorage::_getCacheId[edit]
Description[edit]
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 |
See also[edit]
JCacheStorage::_getCacheId source code on BitBucket
Class JCacheStorage
Subpackage Cache
- Other versions of JCacheStorage::_getCacheId
User contributed notes[edit]
Code Examples[edit]