Openclassify V2
  • 👋Welcome to Openclassify
  • overview
    • 💡Introduction
    • ✨Features
    • 🚩Requirements
  • Product Guides
    • 🏁Installation
      • Via Docker
      • Via Composer
    • 🛠️Configuration
      • Host Configuration
      • Directory Permissions
    • 🎮CLI Commands
      • Asset Management
      • View Management
      • Cache Management
      • HTTP Cache
    • 💻Application Commands
  • Addons
    • 🔌Modules
      • Notifications
      • Advs
      • Categories
    • ➕Extensions
    • 🏫Themes
Powered by GitBook
On this page
  1. Product Guides
  2. CLI Commands

HTTP Cache

httpcache:clear

Clears all HTTP cache.

php artisan httpcache:clear

httpcache:warm

Warms HTTP cache by crawling your sitemap.

The --sleep option specifies how long in seconds to wait between each request. HTTP cache will be warmed as fast as possible by default.

The --clear flag will call httpcache:clear prior to warming.

php artisan httpcache:warm --sleep=5 --clear
PreviousCache ManagementNextApplication Commands

Last updated 2 years ago

🎮