I'm trying to implement Data Key Caching for AWS on .NET. I've seen that Java has an implementation of LocalCryptoMaterialsCache which I cannot find for C#. The ideia is to use this so I can send less request to KMS when inserting or retrieving an object from S3.
I was just wondering is anyone was able to achieve this?
Thank you guys!