Skip to content

cache.hit

View Markdown

A cache key was found (hit).

Source Cache Category Cache Fields 3 honeybadger-laravel

Fields

3
FieldTypeDescription
event_typestringAllowed value: cache.hit.
keystringCache key that was hit.
requestIdstringCorrelation ID for the request, set by the AssignRequestId middleware via Laravel's shared log context. The value comes from the Request-Id or X-Request-Id request header, or is a generated UUID. Present only when that middleware is enabled.

Example

{
"event_type": "cache.hit",
"key": "users:123",
"requestId": "f3b2c1d0-4e5a-4b6c-8d7e-9f0a1b2c3d4e"
}