cache_invalidation_setup
Set up cache invalidation using event-driven, tag-based, TTL, or hybrid strategies. Select event sources like database triggers, application events, CDC, or webhooks to keep cached data current.
Instructions
Pro: Set up cache invalidation with event-driven purging and tag-based invalidation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | API key for authentication | |
| strategy | No | Invalidation strategy | hybrid |
| event_source | No | Source of invalidation events | application-events |