Кэш
класс Cache extends AbstractCache (View source)
Свойства
| protected Repository | $repository | Реализация репозитория кэша. | |
| protected string | $key | Ключ кэша. | |
| protected int|null | $expire | Время истечения срока действия кэша в секундах. |
Методы
| void | __construct(Repository $repository, string $key = 'flysystem', int|null $expire = null)
Создать новый экземпляр кэша. | |
| void | load()
Загрузить кэш. | |
| void | save()
Сохранить кэш. |
Детали
void __construct(Repository $repository, string $key = 'flysystem', int|null $expire = null)
Создать новый экземпляр кэша.
void load()
Загрузить кэш.
void save()
Сохранить кэш.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/7.x/Illuminate/Filesystem/Cache.html