Check updated item - CACHE HIT
GET {{BASE_URL}}/cache/:cacheName?key={{cacheKey}}
Now we want to see if our data returns the updated value we stored. We call the same GET endpoint as we have twice before, but we're checking the value to see if it's changed like we expect.
After getting the value back, we can parse the value into JSON and manipulate it like a normal object.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
key | string |
RESPONSES
status: OK
"Hello world!"