cache_cache_get
Retrieve a cached value by key. Returns the stored string or null if the key is missing or expired.
Instructions
[cache] Retrieve a previously cached value by key. Returns the value string, or null if the key does not exist or has expired.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |