class CacheFlushed

Properties

string|null $storeName

The name of the cache store.

array $tags

The tags that were assigned to the key.

Methods

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

Create a new event instance.

setTags(array $tags)

Set the tags for the cache event.

Details

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

Create a new event instance.

Parameters

string|null $storeName
array $tags

at line 31
CacheFlushed setTags(array $tags)

Set the tags for the cache event.

Parameters

array $tags

Return Value

CacheFlushed