CacheMissed

class CacheMissed (View source)

Properties

string $key The key that was missed.
array $tags The tags that were assigned to the key.

Methods

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

Create a new event instance.

Details

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

Create a new event instance.

Parameters

string $key
array $tags

Return Value

void

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