I am making an API call to check if the user is active or not repeatedly in a loop. I was wandering, if I could use Forge key value store for storing the active status for unique users and first check the store before making an API call. Would this approach have a performance benefit? Any inputs would be appreciated.