public SecretCacheObject()

in src/Amazon.SecretsManager.Extensions.Caching/SecretCacheObject.cs [90:95]


        public SecretCacheObject(String secretId, IAmazonSecretsManager client, SecretCacheConfiguration config)
        {
            this.secretId = secretId;
            this.client = client;
            this.config = config;
        }