All pastes #590680 Raw Edit

Unnamed

public text v1 · immutable
#590680 ·published 2007-06-26 18:41 UTC
rendered paste body
$cache =& JFactory::getCache( $module->module );



$cache->setLifeTime( $mod_params->get( 'cache_time', $conf->getValue( 'config.cachetime' ) ) );

$cache->setCacheValidation(true);



$contents =  $cache->get( array('JModuleHelper', 'renderModule'), array( $module, $params ), $module->id. $user->get('aid', 0) );