コード例 #1
0
ファイル: jbcache.php プロジェクト: JBZoo/JBZoo-CCK-Free
 /**
  * Stop cache
  */
 public function stop()
 {
     return null;
     // disibled
     return $this->_cache->end();
 }