callback = $callback; } public function getCacheKey(RequestInterface $request) { return call_user_func($this->callback, $request); } }