* @copyright Copyright (c) 2014, Matthias Mullie. All rights reserved * @license LICENSE MIT */ class Couchbase extends PrefixReset { /** * @param string $name */ public function __construct(Adapter $cache, $name) { parent::__construct($cache, $name); } }