ISecretCacheHook - Amazon Secrets Manager
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

ISecretCacheHook

An interface to hook into a SecretsManagerCache to perform actions on the secrets being stored in the cache.

Methods

Put

object Put(object o);

Prepare the object for storing in the cache.

Returns the object to store in the cache.

Get

object Get(object cachedObject);

Derive the object from the cached object.

Returns the object to return from the cache