Example #1
0
 public function __construct($prefix = '')
 {
     $apc = new ApcWrapper();
     return parent::__construct($apc, $prefix);
 }
Example #2
0
 /**
  * {@inheritdoc}
  */
 protected function doFlush()
 {
     return $this->store->flush();
 }