Hello everyone!
This is my second post. I’m been working on anvil for like one week and there are a few things that i can’t find in docs or in the forum.
Currently i have an application that call an api when it start. I want to cache the response so when the same user (or other) use the app, the time will be fast.
I tried:
The code above does not work. It seems to call the api everytime.
Also tried with session storage but it’s not what i want. ( in a extreme case it would work)
I want a way to store the api response in my server code.