Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 0 | 1.000 | class_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 205 | libraries/joomla/cache/storage/memcache.php |
2 | 4 | 132 | libraries/joomla/cache/storage/xcache.php |
| ||||
/** * Get a cache_id string from an id/group pair * * @access private * @param string $id The cache data id * @param string $group The cache data group * @return string The cache_id string * @since 1.5 */ function _getCacheId($id, $group) { $name= md5($this->_application . '-' . $id . '-' . $this->_hash . '-' . $this->_language); return 'cache_' . $group . '-' . $name; } |
| ||||
/** * Get a cache_id string from an id/group pair * * @access private * @param string $id The cache data id * @param string $group The cache data group * @return string The cache_id string * @since 1.5 */ function _getCacheId($id, $group) { $name= md5($this->_application . '-' . $id . '-' . $this->_hash . '-' . $this->_language); return 'cache_' . $group . '-' . $name; } |
| |||
/** * Get a cache_id string from an id/group pair * * @access private * @param string $id The cache data id * @param string $group The cache data group * @return string The cache_id string * @since 1.5 */ function _getCacheId($id,$group) { $name=md5($this->_application . '-' . $id . '-' . $this->_hash . '-' . $this->_language); return 'cache_' . $group . '-' . $name; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |