Hi community, I'm currently working with `flyteplu...
# ask-the-community
l
Hi community, I'm currently working with
flyteplugins webapi
agent and I have a question regarding the necessity of a
cache mechanism
. My understanding is that each time we call the
webapi
, a new request is sent to the target server where data might have changed over time. Since every request is independent, I'm considering if caching is necessary. Could someone please clarify the mechanism and its benefits if any?