mirror of
https://github.com/langgenius/dify.git
synced 2026-05-20 08:46:57 +08:00
- Changed the cache key format in the `encode_cache_key` method from `trigger:subscription:validation:{subscription_id}` to `trigger:subscription:builder:{subscription_id}` to better reflect its purpose.
This update improves clarity in cache key usage for trigger subscriptions.