コード例 #1
0
ファイル: AbstractBase.php プロジェクト: aaronjan/housekeeper
 /**
  *
  */
 protected function clearCache()
 {
     $this->cacheAdapter->flush();
 }
コード例 #2
0
ファイル: Base.php プロジェクト: aaronjan/housekeeper
 /**
  *
  */
 public function clearCache()
 {
     $this->cacheAdapter->flush();
     return $this;
 }