Data retrieval from a database can often be slow and CPU intensive. For this reason, several in-memory cache stores exist. These stores allow you to temporarily store commonly retrieved data so it's available for subsequent requests without accessing a database.
SupportPro provides a simple CLI command which will clear your configured cache store.
docker exec -u www-data supportpro php artisan cache:clear
php artisan cache:clear
Application cache cleared!
Article Number: 173
Author: Jul 17, 2024
Last Updated: Jul 17, 2024
Online URL: https://docs.supportpro.vn/article/clear-cache-173.html