Cache Status Current cache system status and configuration
@foreach($this->getCacheStats() as $label => $value)
{{ $label }}: {{ $value }}
@endforeach
Cache Actions Manage and control the cache system
  • Statistics Cache: Cached for 5 minutes
  • Charts Cache: Cached for 10 minutes
  • Auto Clear: Every 15 minutes for stats/charts, daily at 2 AM for all
  • Auto Invalidation: Cache is automatically cleared when data is updated
Clear All Cache Remove all cached data from the system Clear All Clear Statistics Cache Clear only statistics cache Clear Statistics Clear Charts Cache Clear only charts cache Clear Charts Cache System {{ $this->cacheEnabled ? 'Cache is currently enabled' : 'Cache is currently disabled' }} {{ $this->cacheEnabled ? 'Disable Cache' : 'Enable Cache' }} API Cache System {{ $this->apiCacheEnabled ? 'API cache is currently enabled' : 'API cache is currently disabled' }} {{ $this->apiCacheEnabled ? 'Disable API Cache' : 'Enable API Cache' }}