CacheMissed
class CacheMissed extends CacheEvent (View source)
Свойства
| string|null | $storeName | Имя кэша. | from CacheEvent |
| string | $key | Ключ события. | from CacheEvent |
| array | $tags | Теги, назначенные ключу. | from CacheEvent |
Методы
| void | __construct(string|null $storeName, string $key, array $tags = []) Создание нового экземпляра события. | from CacheEvent |
| $this | setTags(array $tags) Установить теги для кэша. | from CacheEvent |
Подробности
void __construct(string|null $storeName, 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/11.x/Illuminate/Cache/Events/CacheMissed.html