- 0.1.0
- Initial record
- Thread Safe Cache
The synchronized local Cryptographic Materials Cache (synchronized local CMC) is a built-in implementation of the CMC interface provided by the AWS Encryption SDK.
It provides thread safe access to a Local CMC
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119.
On initialization of the synchronized local CMC, the caller MUST provide exactly what is required by a Local CMC.
All behaviors MUST be exactly the same as a Local CMC, even if used in a multi-threaded context.