Authored by 沈海生

添加删除多个tag的tag

... ... @@ -51,6 +51,12 @@ class Root
protected $_cacheTagName = '';
/**
* 删除多个缓存tag
*/
protected $_delTags = '';
public function __construct()
{
defined('APPLICATION_ENV') || define('APPLICATION_ENV', 'developer');
... ...