cache_cache_set
Store values in cache with configurable expiration times using key-value pairs to manage temporary data storage for AI applications.
Instructions
[cache] Store a value in the cache under the given key. Use ttl_seconds to control how long the value is valid. Pass ttl_seconds=null for a value that never expires.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| value | Yes | ||
| ttl_seconds | No |