Example #1
0
 public function __construct($prefix = '')
 {
     $apc = new ApcWrapper();
     return parent::__construct($apc, $prefix);
 }