File manager - Edit - /home/autoph/public_html/projects/vendor/laravel/framework/src/Illuminate/Cache/Events/CacheHit.php
Back
<?php namespace Illuminate\Cache\Events; class CacheHit extends CacheEvent { /** * The value that was retrieved. * * @var mixed */ public $value; /** * Create a new event instance. * * @param string|null $storeName * @param string $key * @param mixed $value * @param array $tags * @return void */ public function __construct($storeName, $key, $value, array $tags = []) { parent::__construct($storeName, $key, $tags); $this->value = $value; } }
| ver. 1.4 |
.
| PHP 8.1.32 | Generation time: 0.04 |
proxy
|
phpinfo
|
Settings