store = $store; } public function get($key) { return $this->store->get($key); } public function put($key, $value) { return $this->store->put($key, $value); } }