You are here

private property CacheApcu::$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/CacheApcu.php, line 19

Class

CacheApcu
Apcu implementation for the in-memory fast cache. Use this for very frequently used cache items.

Namespace

Drupal\Driver\Database\sqlsrv\Component

Code

private $data = [];