示例#1
0
 /**
  *
  */
 protected function clearCache()
 {
     $this->cacheAdapter->flush();
 }
示例#2
0
 /**
  *
  */
 public function clearCache()
 {
     $this->cacheAdapter->flush();
     return $this;
 }