Laravel 10.xのartisanの「cache:prune-stale-tags」コマンドを解説します。
Description
キャッシュから古いキャッシュタグを削除(Redisのみ)します。
Usage
php artisan cache:prune-stale-tags [<store>]
Arguments
引数 | 必須 | 説明 |
---|---|---|
store | - | タグの削除をするストア名 |
Example
no options
php artisan cache:prune-stale-tags
Source
10.x
framework/src/Illuminate/Cache/Console/PruneStaleTagsCommand.php at 11.x · laravel/framework
The Laravel Framework. Contribute to laravel/framework development by creating an account on GitHub.
11.x
framework/src/Illuminate/Cache/Console/PruneStaleTagsCommand.php at 11.x · laravel/framework
The Laravel Framework. Contribute to laravel/framework development by creating an account on GitHub.
コメント