コード例 #1
0
 /**
  * @since 1.0.9
  */
 function flushCache()
 {
     $qs = $this->queryString();
     $url = $this->url . ($qs ? '?' . $qs : '');
     $cacheName = $url . md5($this->username . $this->password);
     clCache::flush($cacheName);
 }