references:joomla.framework:cache:jcache-getinstanceTable of Contents
getInstance
Returns a reference to the global cache object, only creating it if it doesn’t already exist. SyntaxJCache &getInstance ( $handler, $options )
ExamplesThis function is called by the JFactory::getCache method using the following code: Example $cache =& JCache::getInstance( $handler, $options ); Discussion |


