Package | Description |
---|---|
com.amazonaws.encryptionsdk.caching |
Modifier and Type | Class and Description |
---|---|
class |
LocalCryptoMaterialsCache
A simple implementation of the
CryptoMaterialsCache using a basic LRU cache. |
class |
NullCryptoMaterialsCache
A
CryptoMaterialsCache that doesn't actually cache anything. |
Modifier and Type | Method and Description |
---|---|
CachingCryptoMaterialsManager.Builder |
CachingCryptoMaterialsManager.Builder.withCache(CryptoMaterialsCache cache)
Sets the cache to which this
CryptoMaterialsManager will be bound. |
Copyright © 2023. All rights reserved.