get_cache_stats
Check cache hit ratio and totals in a Laravel app to evaluate caching performance. Filter by time range to pinpoint cache effectiveness and diagnose issues.
Instructions
Get cache statistics (hit ratio, totals)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Unix timestamp end | |
| from | No | Unix timestamp start | |
| token | No | Pre-authenticated X-Clockwork-Auth token (alternative to password) | |
| baseUrl | No | Clockwork application base URL (e.g. https://my-app.test). Overrides CLOCKWORK_BASE_URL / local storage for this call | |
| password | No | Clockwork authentication password | |
| username | No | Clockwork authentication username | |
| requestId | No | Clockwork request ID |