class
Illuminate
/
Cache
/
Events
/
CacheHit
You are viewing an older version of the documentation. For the latest, please visit master documentation.
CacheHit
Extends
Properties
public
$value mixed
The value that was retrieved.
Default: null
Methods
public
__construct ( $key , $value , array $tags ) : void
Create a new event instance.
Parameters
- $key string
- $value mixed
- $tags array