class
Illuminate
/
Cache
/
Events
/
CacheHit
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
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