CacheHit
class CacheHit (View source)
Properties
string | $key | The key that was hit. | |
mixed | $value | The value that was retrieved. | |
array | $tags | The tags that were assigned to the key. |
Methods
void | __construct(string $key, mixed $value, array $tags = []) Create a new event instance. |
Details
void __construct(string $key, mixed $value, array $tags = [])
Create a new event instance.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.3/Illuminate/Cache/Events/CacheHit.html