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 classLocalCryptoMaterialsCacheA simple implementation of theCryptoMaterialsCacheusing a basic LRU cache.classNullCryptoMaterialsCacheACryptoMaterialsCachethat doesn't actually cache anything.Methods in com.amazonaws.encryptionsdk.caching with parameters of type CryptoMaterialsCache Modifier and Type Method Description CachingCryptoMaterialsManager.BuilderCachingCryptoMaterialsManager.Builder. withCache(CryptoMaterialsCache cache)Sets the cache to which thisCryptoMaterialsManagerwill be bound.
-