new _clearTemplateCache() method

This commit is contained in:
uwetews
2015-12-27 03:28:26 +01:00
parent fbf544286a
commit 7e7591f6c0
5 changed files with 12 additions and 16 deletions
-11
View File
@@ -207,15 +207,4 @@ abstract class Smarty_CacheResource
// give up
throw new SmartyException("Unable to load cache resource '{$type}'");
}
/**
* Invalid Loaded Cache Files
*
* @param Smarty $smarty Smarty object
*/
public function invalidLoadedCache(Smarty $smarty)
{
$smarty->_cache['isCached'] = array();
$smarty->_cache['tplObjects'] = array();
}
}