laravel / 10 / api / 10.x / illuminate / cache / events / cachehit.html

CacheHit

class CacheHit extends CacheEvent (View source)

Properties

string $key

The key of the event.

from CacheEvent
array $tags

The tags that were assigned to the key.

from CacheEvent
mixed $value

The value that was retrieved.

Methods

void __construct(string $key, mixed $value, array $tags = [])

Create a new event instance.

$this setTags(array $tags)

Set the tags for the cache event.

from CacheEvent

Details

void __construct(string $key, mixed $value, array $tags = [])

Create a new event instance.

Parameters

string $key
mixed $value
array $tags

Return Value

void

$this setTags(array $tags)

Set the tags for the cache event.

Parameters

array $tags

Return Value

$this

© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/10.x/Illuminate/Cache/Events/CacheHit.html