public function Scheme::TableDetailsInvalidate in Drupal driver for SQL Server and SQL Azure 8.2
Invalidate cache for TableDetailsGet.
Parameters
string $table:
File
- drivers/
lib/ Drupal/ Driver/ Database/ sqlsrv/ Scheme.php, line 387
Class
Namespace
Drupal\Driver\Database\sqlsrvCode
public function TableDetailsInvalidate($table) {
$this->cnn
->Cache('sqlsrv-tabledetails')
->Clear($table);
}