Clear the cache
cache_clearClear cached responses to force a refetch. Optionally target a single source, or remove only expired entries for safe routine housekeeping.
Instructions
Drop cached responses so the next call refetches. Pass a source to clear just that one, or omit to clear everything. Use expiredOnly for routine housekeeping, which never discards a live entry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | No | Clear one source. Omit to clear all of them. | |
| expiredOnly | No | Remove only entries past their TTL. Safe to run any time. |