Is there any helpful method to cache data (key-value pair) and share within the function instances? For example, I'm using the 3rd party access token which expires in an hour. I would like to reuse them in function code. I know, I can use Database for this use case, but this will be over-engineering for a simple data caching