[Feature Idea] Result Caching #58
albertalef
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem: Scripts that call the same expensive command multiple times waste time re-executing identical operations, especially with API calls or slow queries.
Solution: Add
_cacheoption to cache command results for a specified duration in seconds, returning cached results for subsequent identical calls.Beta Was this translation helpful? Give feedback.
All reactions