You are here

protected static property DriverBase::$stats in Memcache API and Integration 8.2

Stats for the entire request.

Type: array

File

src/Driver/DriverBase.php, line 51

Class

DriverBase
Class DriverBase.

Namespace

Drupal\memcache\Driver

Code

protected static $stats = [
  'all' => [],
  'ops' => [],
];