class CacheFlushing (View source)

Methods

__construct(string|null $storeName, array $tags = [])

Create a new event instance.

$this
setTags(array $tags)

Set the tags for the cache event.

Details

__construct(string|null $storeName, array $tags = [])

Create a new event instance.

Parameters

string|null $storeName
array $tags

$this setTags(array $tags)

Set the tags for the cache event.

Parameters

array $tags

Return Value

$this