cache_get
Retrieve stored data from a cache instance using a specific key to access previously saved information or check for its existence.
Instructions
Get a value from a running cache instance by key. Returns the value (string or JSON) or null if the key does not exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance_id | Yes | UUID of the instance | |
| key | Yes | Cache key to retrieve |