+ * The core concepts (and classes) in this SDK are: + *
+ * {@link SecretCache} provides an in-memory cache for secrets requested from
+ * AWS Secrets Manager.
+ *
+ */
+public class SecretCache implements AutoCloseable {
+
+ /** The cached secret items. */
+ private final LRUCache