class
Illuminate
/
Cache
/
Events
/
KeyWritten
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
KeyWritten
Extends
Properties
public
$value mixed
The value that was written.
Default: null
public
$seconds int|null
The number of seconds the key should be valid.
Default: null
Methods
public
__construct ( $key , $value , $seconds , $tags ) : void
Create a new event instance.
Parameters
- $key string
- $value mixed
- $seconds int|null
- $tags array