You are here

protected property MemoryQueue::$buffer in Purge 8.3

The internal buffer where all data is copied in.

Type: array[]

File

src/Plugin/Purge/Queue/MemoryQueue.php, line 32

Class

MemoryQueue
A QueueInterface compliant volatile memory buffer queue.

Namespace

Drupal\purge\Plugin\Purge\Queue

Code

protected $buffer;