示例#1
0
文件: Group.php 项目: nbaiwan/yav
 /**
  * 强制更新缓存
  */
 public function updateCache()
 {
     //
     self::$__groups = null;
     if (isset($this->cache)) {
         self::$__models = $this->buildGroupsList();
         $this->cache->set('admin.groups', self::$__models);
     }
     return true;
 }