Vault Lambda Extension

Hi, I got a question about Vault Lambda Extension, I’m adding cache to the extension according to this doc
I wonder if lambda is invoked in parallel, like the concurrent of lambda is 50 or 100.
how will the cached work? is the first lambda invoked will read the vault and cache it then all the parallel and following lambda will use cache?
Is there any more detailed doc I can refer to?
Thanks!