Cache Management
Managing application caching for performance optimization
Last updated: Feb 09, 2026
Cache Management
Manage application caching for performance optimization.
Cache Overview
| Metric | Description |
|---|---|
| Cache Driver | Current cache driver (e.g., database) |
| Total Size | Combined size of all cached data |
| Total Keys | Total number of cache entries |
| Cache Types | Number of cache type categories |
Cache Types
| Type | Description |
|---|---|
| Application Cache | General application data cache |
| Configuration | Cached configuration files |
| Routes | Cached route definitions |
| Views | Compiled Blade/view templates |
| Events | Cached event-listener mappings |
Each cache type displays its size and key count, with individual:
- Clear button — Remove all entries of this type
- Rebuild button — Rebuild the cache (where applicable, e.g., Configuration, Routes)
Bulk Actions
- Select All — Select all cache types
- Clear Selected — Clear all selected cache types at once
- Rebuild Selected — Rebuild all selected cache types
- Auto-refresh — Toggle automatic cache status refresh
- Refresh — Manually refresh cache statistics
