Exemple #1
0
 /**
  * 强制更新缓存
  */
 public function updateCache()
 {
     //
     self::$__districts = null;
     //
     if (isset($this->cache)) {
         self::$__districts = $this->readDistrictsArray();
         $this->cache->set('movie.districts', self::$__districts);
     }
     return true;
 }