Uses of Interface
com.amazonaws.encryptionsdk.caching.CryptoMaterialsCache
Packages that use CryptoMaterialsCache
-
Uses of CryptoMaterialsCache in com.amazonaws.encryptionsdk.caching
Classes in com.amazonaws.encryptionsdk.caching that implement CryptoMaterialsCacheModifier and TypeClassDescriptionclassA simple implementation of theCryptoMaterialsCacheusing a basic LRU cache.classACryptoMaterialsCachethat doesn't actually cache anything.Methods in com.amazonaws.encryptionsdk.caching with parameters of type CryptoMaterialsCacheModifier and TypeMethodDescriptionCachingCryptoMaterialsManager.Builder.withCache(CryptoMaterialsCache cache)Sets the cache to which thisCryptoMaterialsManagerwill be bound.