Documentation

Cache Management

Managing application caching for performance optimization

Last updated: Feb 09, 2026

Cache Management

Manage application caching for performance optimization.

Cache Overview

MetricDescription
Cache DriverCurrent cache driver (e.g., database)
Total SizeCombined size of all cached data
Total KeysTotal number of cache entries
Cache TypesNumber of cache type categories

Cache Types

TypeDescription
Application CacheGeneral application data cache
ConfigurationCached configuration files
RoutesCached route definitions
ViewsCompiled Blade/view templates
EventsCached 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