cache_resource_objects[$type])) { $_cache_resource_class = 'Smarty_Internal_CacheResource_' . $type; if (!$smarty->loadPlugin($_cache_resource_class)) { throw new Exception("Undefined cache resource type {$type}"); } $smarty->cache_resource_objects[$type] = new $_cache_resource_class($smarty); } return $smarty->cache_resource_objects[$type]->clearAll($exp_time); } ?>