/home/techb158/immovalet.com/vendor/laravel/framework/src/Illuminate/Cache/Events
NameSizeModeActions
CacheEvent.php7410644editdlrm
CacheHit.php4930644editdlrm
CacheMissed.php910644editdlrm
KeyForgotten.php920644editdlrm
KeyWritten.php6930644editdlrm
Edit: /home/techb158/immovalet.com/vendor/laravel/framework/src/Illuminate/Cache/Events/CacheEvent.php (741B)
key = $key; $this->tags = $tags; } /** * Set the tags for the cache event. * * @param array $tags * @return $this */ public function setTags($tags) { $this->tags = $tags; return $this; } }