修改缓存tag
This commit is contained in:
parent
9ebddaf3d5
commit
1e7a111389
2
app/common/cache/BaseCache.php
vendored
2
app/common/cache/BaseCache.php
vendored
@ -15,7 +15,7 @@ class BaseCache
|
||||
protected $cache;
|
||||
|
||||
public function __construct(){
|
||||
$this->tagName = get_class($this);
|
||||
$this->tagName = str_replace('\\', '_', get_class($this));
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user