Memory Cache MCP Server
by ibproduct
store_data
Store data in the cache with optional TTL
Input Schema
Name | Required | Description | Default |
---|---|---|---|
key | Yes | Unique identifier for the cached data | |
ttl | No | Time-to-live in seconds (optional) | |
value | Yes | Data to cache |
Store data in the cache with optional TTL
Name | Required | Description | Default |
---|---|---|---|
key | Yes | Unique identifier for the cached data | |
ttl | No | Time-to-live in seconds (optional) | |
value | Yes | Data to cache |