protected override async Task ExecuteRefreshAsync()

in src/Amazon.SecretsManager.Extensions.Caching/SecretCacheVersion.cs [54:57]


        protected override async Task<GetSecretValueResponse> ExecuteRefreshAsync(CancellationToken cancellationToken = default)
        {
            return await this.client.GetSecretValueAsync(new GetSecretValueRequest { SecretId = this.secretId, VersionId = this.versionId }, cancellationToken);
        }