* Provide a purge queuer named Everything queuer which allows queuing of everything invalidation.

* Provide a Drupal service named `purge_everything_queuer.everything` which can
be used to queue everything invalidation. When used by default it clears all
existing items in the queue.

* Usage example:

 \Drupal::service('purge_everything_queuer.everything')->queueEverything();

Comments

guptahemant created an issue. See original summary.

  • guptahemant committed 52077d3 on 1.x
    Issue #3229424 by guptahemant: Add purge everything queuer plugin and...
guptahemant’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.