public function Connection::Cache in Drupal driver for SQL Server and SQL Azure 8.2
Return value
CacheInterface
File
- drivers/
lib/ Drupal/ Driver/ Database/ sqlsrv/ PDO/ Connection.php, line 75
Class
Namespace
Drupal\Driver\Database\sqlsrv\PDOCode
public function Cache($bin = 'cache') {
return $this->cache
->get($bin);
}