Memory Cache Server

store_data

Cache data using a unique key and optional TTL in the Memory Cache Server to optimize token usage during language model interactions.

Instructions

Store data in the cache with optional TTL

Input Schema

NameRequiredDescriptionDefault
keyYesUnique identifier for the cached data
ttlNoTime-to-live in seconds (optional)
valueYesData to cache

Input Schema (JSON Schema)

{ "properties": { "key": { "description": "Unique identifier for the cached data", "type": "string" }, "ttl": { "description": "Time-to-live in seconds (optional)", "type": "number" }, "value": { "description": "Data to cache", "type": "any" } }, "required": [ "key", "value" ], "type": "object" }

You must be authenticated.

Other Tools from Memory Cache Server

Related Tools

ID: 4b4y97ooyl