Showing
1 changed file
with
6 additions
and
0 deletions
@@ -51,6 +51,12 @@ class Root | @@ -51,6 +51,12 @@ class Root | ||
51 | protected $_cacheTagName = ''; | 51 | protected $_cacheTagName = ''; |
52 | 52 | ||
53 | 53 | ||
54 | + /** | ||
55 | + * 删除多个缓存tag | ||
56 | + */ | ||
57 | + protected $_delTags = ''; | ||
58 | + | ||
59 | + | ||
54 | public function __construct() | 60 | public function __construct() |
55 | { | 61 | { |
56 | defined('APPLICATION_ENV') || define('APPLICATION_ENV', 'developer'); | 62 | defined('APPLICATION_ENV') || define('APPLICATION_ENV', 'developer'); |
-
Please register or login to post a comment