CacheMissed
class CacheMissed extends CacheEvent (View source)
Свойства
| string | $key | Ключ события. | from CacheEvent |
| array | $tags | Теги, назначенные ключу. | from CacheEvent |
Методы
| void | __construct(string $key, array $tags = []) Создать новый экземпляр события. | from CacheEvent |
| $this | setTags(array $tags) Установить теги для события кэширования. | from CacheEvent |
Детали
void __construct(string $key, array $tags = [])
Создать новый экземпляр события.
$this setTags(array $tags)
Установить теги для события кэширования.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.4/Illuminate/Cache/Events/CacheMissed.html