qobrix_cache_clear
Clear cached Qobrix responses after CRM edits to get fresh data before TTL. Use an optional prefix to clear only matching keys, or omit to clear the whole cache.
Instructions
Invalidate cached Qobrix responses. Use this when CRM data was edited in Qobrix and you need fresh reads before the TTL (default 300s) expires. Without 'prefix': clears the whole cache (memory + Redis). With 'prefix': clears only matching keys, e.g. 'v1:request:opportunities' to refresh lead lists, or 'v1:request:properties' to refresh listings. Returns the number of cleared entries in each tier.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prefix | No | Optional cache-key prefix to clear (e.g. 'v1:request:properties' to invalidate only property responses). Omit to clear the entire cache (memory + Redis). |