You are here

private property CacheStub::$data in Drupal driver for SQL Server and SQL Azure 8.2

This cache stores everything in-memory during the lifetime of this request.

Type: array

File

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

Class

CacheStub
Stub implementation for the cache backend.

Namespace

Drupal\Driver\Database\sqlsrv\Component

Code

private $data = [];