You are here

protected property MemcacheBackend::$lockCount in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 modules/memcache/src/MemcacheBackend.php \Drupal\memcache\MemcacheBackend::lockCount

The lock count.

Type: int

File

modules/memcache/src/MemcacheBackend.php, line 33
Contains \Drupal\memcache\MemcacheBackend.

Class

MemcacheBackend
Defines a Memcache cache backend.

Namespace

Drupal\memcache

Code

protected $lockCount = 0;