You are here

protected property MemcacheLockBackend::$locks in Memcache API and Integration 8.2

An array of currently acquired locks.

Type: array

Overrides LockBackendAbstract::$locks

File

src/Lock/MemcacheLockBackend.php, line 18

Class

MemcacheLockBackend
Defines a Memcache lock backend.

Namespace

Drupal\memcache\Lock

Code

protected $locks = [];