Get Cache Value by Key
7min
GET /{appname}/cache/{servicename}/{key}
This command returns a specific value cached at the specified key
This API is changing! See ο»ΏLegacy Get Migration Guide for details.
Parameters
- appname - the name of your hyper cloud application.
- servicename - the name of your hyper cloud service within the application.
- key - string
- value requirements
- must begin with a lowercase letter (a-z)
- must be lowercase letters (a-z)
- digits (0-9)
- any of these characters _ $ + -
Examples
Don't forget!
Be sure to set your HYPER environment variable with the value of your hyper app's connection string.
Node.js
Curl
|
ο»Ώ
Responses
Status Code | Description | Example Response |
200 | Success | {...} |
404 | Not Found | {"ok": false} |
500 | Error | {"ok": false, "msg": "...."} |
Need Help?
You can always reach out to our support team for any additional assistance on slack.
ο»Ώ

Updated 21 Feb 2023
Did this page help you?
Yes
No