Overrides PersistingStoreInterface::exists
public function exists(Key $key) : bool { return $this->memcached ->get((string) $key) === $this->getUniqueToken($key); }