Caching in provider plugins

Hello Everyone,

i’m wondering if there is a way to persistently cache large HTTP responses in my provider plugin. I have to call a slow API endpoint multiple times and would like to cache the response between sessions.

Is it maybe possible to use a datasource for that?

Thank you