references:joomla.framework:cache:jcache-generateidTable of Contents
generateId
Make a control key with the string containing data. Syntaxstring generateId ( $data, $controlType )
ExamplesExample $cache =& JFactory::getCache(); echo "Control key of JClass: " . $cache->generateId( 'JClass', 'crc32' ); might produce: Result Control key of JClass: -173455057 Discussion |


