You are here

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

Connection

Namespace

Drupal\Driver\Database\sqlsrv\PDO

Code

public function Cache($bin = 'cache') {
  return $this->cache
    ->get($bin);
}