JCacheCallback:: makeId/1.5
From Joomla! Documentation
JCacheCallback::_makeId
Description
Generate a callback cache id.
Description:JCacheCallback:: makeId [Edit Descripton]
public function _makeId ( $callback $args )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $callback | callback | Callback to cache | |
| $args | array | Arguments to the callback method to cache |
- Returns string MD5 Hash : function cache id
- Defined on line 125 of libraries/joomla/cache/handler/callback.php
- Since
See also
-
JCacheCallback::_makeId on api.joomla.org
-
JCacheCallback source code on JoomlaCode
-
Class JCacheCallback
-
Subpackage Cache
- Other versions of JCacheCallback::_makeId
SeeAlso:JCacheCallback:: makeId [Edit See Also]
User contributed notes
<CodeExamplesForm />