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