You are here

protected property MemcacheLockBackend::$bin in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 modules/memcache/src/MemcacheLockBackend.php \Drupal\memcache\MemcacheLockBackend::bin

The bin name for this lock.

Type: string

File

modules/memcache/src/MemcacheLockBackend.php, line 29
Contains \Drupal\memcache\MemcacheLockBackend.

Class

MemcacheLockBackend
Defines a Memcache lock backend.

Namespace

Drupal\memcache

Code

protected $bin = 'semaphore';