cache_get
Retrieve cached values by key using this tool, with optional namespace support to prevent key collisions. Returns null if data is not found or expired.
Instructions
Get a value from the cache by key. Returns null if not found or expired.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
key | Yes | Cache key to retrieve | |
namespace | No | Optional namespace to prevent key collisions | default |