class Illuminate / Cache / Events / KeyWritten

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