Cassandra\Cluster\Builder::withSchemaMetadata PHP Метод

withSchemaMetadata() публичный Метод

If disabled this allows the driver to skip over retrieving and updating schema metadata, but it also disables the usage of token-aware routing and $session->schema() will always return an empty object. This can be useful for reducing the startup overhead of short-lived sessions.
public withSchemaMetadata ( boolean $enable = true ) : Builder
$enable boolean whether the driver fetches and maintains schema metadata.
Результат Builder self
    public function withSchemaMetadata($enable = true)
    {
    }