Beispiel #1
0
 /**
  * Stop cache
  */
 public function stop()
 {
     return null;
     // disibled
     return $this->_cache->end();
 }