mirror of
https://github.com/langgenius/dify.git
synced 2026-02-25 18:55:08 +00: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.