CacheEvent
abstract class CacheEvent (View source)
Properties
| string | $key | The key of the event. | |
| array | $tags | The tags that were assigned to the key. | 
Methods
| void |  __construct(string $key, array $tags = [])  Create a new event instance.  |  |
| $this |  setTags(array $tags)  Set the tags for the cache event.  |  
Details
void __construct(string $key, array $tags = [])
Create a new event instance.
$this setTags(array $tags)
Set the tags for the cache event.
    © Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
    https://laravel.com/api/7.x/Illuminate/Cache/Events/CacheEvent.html