Documentation

CacheMissed extends CacheEvent
in package

Table of Contents

$key  : string
The key of the event.
$tags  : array<string|int, mixed>
The tags that were assigned to the key.
__construct()  : void
Create a new event instance.
setTags()  : $this
Set the tags for the cache event.

Properties

$tags

The tags that were assigned to the key.

public array<string|int, mixed> $tags

Methods

__construct()

Create a new event instance.

public __construct(string $key[, array<string|int, mixed> $tags = [] ]) : void
Parameters
$key : string
$tags : array<string|int, mixed> = []
Return values
void

setTags()

Set the tags for the cache event.

public setTags(array<string|int, mixed> $tags) : $this
Parameters
$tags : array<string|int, mixed>
Return values
$this

Search results