You are here

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

File

drivers/lib/Drupal/Driver/Database/sqlsrv/Component/CacheStub.php, line 20

Class

CacheStub
Stub implementation for the cache backend.

Namespace

Drupal\Driver\Database\sqlsrv\Component

Code

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