Uses of Interface
com.amazonaws.encryptionsdk.caching.CryptoMaterialsCache
-
Packages that use CryptoMaterialsCache Package Description com.amazonaws.encryptionsdk.caching -
-
Uses of CryptoMaterialsCache in com.amazonaws.encryptionsdk.caching
Classes in com.amazonaws.encryptionsdk.caching that implement CryptoMaterialsCache Modifier and Type Class Description class
LocalCryptoMaterialsCache
A simple implementation of theCryptoMaterialsCache
using a basic LRU cache.class
NullCryptoMaterialsCache
ACryptoMaterialsCache
that doesn't actually cache anything.Methods in com.amazonaws.encryptionsdk.caching with parameters of type CryptoMaterialsCache Modifier and Type Method Description CachingCryptoMaterialsManager.Builder
CachingCryptoMaterialsManager.Builder. withCache(CryptoMaterialsCache cache)
Sets the cache to which thisCryptoMaterialsManager
will be bound.
-