AWS Secrets Manager SecretCache Java v2

0

Does the 'SecretCache' functionality still exist with v2 of the Java SDK? I found this reference, but this appears to be for v1 (https://docs.aws.amazon.com/secretsmanager/latest/userguide/retrieving-secrets_cache-java.html). I'm unable to find any information on it w/ v2?

asked 2 years ago1349 views
2 Answers
0

The latest SDK documentation can be found here, within that documentation there's the following:

We recommend that you cache your secret values by using client-side caching. Caching secrets improves speed and reduces your costs. For more information, see Cache secrets for your applications.

That link leads you to the page you provided above, so it stands within reason that you're still able to use secret caching in V2.

AWS
answered 2 years ago
0

It looks like SDK 1.x is required:

To use the component, you must have the following:

A Java 8 or higher development environment. See Java SE Downloads on the Oracle website. The AWS SDK 1.x for Java. You can use both versions of the AWS SDK for Java in your projects. For more information, see Using the SDK for Java 1.x and 2.x side-by-side.

answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions