Skip to main content
Warms the cache for frontend users. When no user is specified, warms the cache for the configured priority group. Arguments:
ArgumentRequiredDescription
userNoUsername or user ID to warm cache for
Options:
OptionShortcutDescription
--resetReset the cache before warming
--force-fSkip confirmation prompts
Examples:
# Warm cache for the priority group
php artisan usermgmt:warmcache

# Warm cache for a specific user
php artisan usermgmt:warmcache jdoe

# Reset and warm cache
php artisan usermgmt:warmcache --reset