You are here

public function CacheFactoryDefault::__construct in Drupal driver for SQL Server and SQL Azure 8.2

Unique prefix for this site/database

Parameters

string $prefix: Unique prefix for this site/database

File

drivers/lib/Drupal/Driver/Database/sqlsrv/Component/CacheFactoryDefault.php, line 14

Class

CacheFactoryDefault

Namespace

Drupal\Driver\Database\sqlsrv\Component

Code

public function __construct($prefix) {
  $this->prefix = $prefix;
}