diff --git a/server/app/common/cache/AdminAuthCache.php b/server/app/common/cache/AdminAuthCache.php index 4224ca01a687467c0b21e5324833008056ecf771..e3ff7a62a6e1c2ef312bfe0c57ec3bdbc454c5bc 100644 --- a/server/app/common/cache/AdminAuthCache.php +++ b/server/app/common/cache/AdminAuthCache.php @@ -114,7 +114,7 @@ class AdminAuthCache extends BaseCache */ public function clearAuthCache() { - $this->clear($this->cacheUrlKey); + $this->tag($this->cacheUrlKey)->clear(); return true; }