cache_clear
Remove all entries from the cache or target a specific namespace to optimize storage and performance. Ideal for managing cached data effectively.
Instructions
Clear all entries from the cache or a specific namespace
Input Schema
Name | Required | Description | Default |
---|---|---|---|
namespace | No | Clear only this namespace, or all if not specified |
Input Schema (JSON Schema)
{
"properties": {
"namespace": {
"description": "Clear only this namespace, or all if not specified",
"type": "string"
}
},
"type": "object"
}