You are here

namespace Drupal\purge\Plugin\Purge\Queue in Purge 8.3

Classsort descending Location Description
DatabaseQueue src/Plugin/Purge/Queue/DatabaseQueue.php A QueueInterface compliant database backed queue.
FileQueue src/Plugin/Purge/Queue/FileQueue.php A \Drupal\purge\Plugin\Purge\Queue\QueueInterface compliant file-based queue.
MemoryQueue src/Plugin/Purge/Queue/MemoryQueue.php A QueueInterface compliant volatile memory buffer queue.
NullQueue src/Plugin/Purge/Queue/NullQueue.php API-compliant null queue back-end.
NumberOfItemsStatistic src/Plugin/Purge/Queue/NumberOfItemsStatistic.php The number of items currently in the queue.
PluginManager src/Plugin/Purge/Queue/PluginManager.php The queue plugin manager.
ProxyItem src/Plugin/Purge/Queue/ProxyItem.php Provides a proxy item.
ProxyItemInterface src/Plugin/Purge/Queue/ProxyItemInterface.php Describes a proxy item.
QueueBase src/Plugin/Purge/Queue/QueueBase.php Provides a ReliableQueueInterface compliant queue that holds queue items.
QueueBasePageTrait src/Plugin/Purge/Queue/QueueBasePageTrait.php Adds default selectPage* method implementations to queue implementations.
QueueInterface src/Plugin/Purge/Queue/QueueInterface.php Describes a ReliableQueueInterface compliant queue that can hold queue items.
QueueService src/Plugin/Purge/Queue/QueueService.php Provides the service that lets invalidations interact with a queue backend.
QueueServiceInterface src/Plugin/Purge/Queue/QueueServiceInterface.php Describes a service that lets invalidations interact with a queue backend.
StatsTracker src/Plugin/Purge/Queue/StatsTracker.php Provides the queue statistics tracker.
StatsTrackerInterface src/Plugin/Purge/Queue/StatsTrackerInterface.php Describes the queue statistics tracker.
TotalFailedStatistic src/Plugin/Purge/Queue/TotalFailedStatistic.php Total number of failed queue items.
TotalNotSupportedStatistic src/Plugin/Purge/Queue/TotalNotSupportedStatistic.php Total number of not supported invalidations.
TotalProcessingStatistic src/Plugin/Purge/Queue/TotalProcessingStatistic.php Total number of multi-step cache invalidations.
TotalSucceededStatistic src/Plugin/Purge/Queue/TotalSucceededStatistic.php Total number of succeeded queue items.
TxBuffer src/Plugin/Purge/Queue/TxBuffer.php Provides the transaction buffer.
TxBufferInterface src/Plugin/Purge/Queue/TxBufferInterface.php Describes the transaction buffer.