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 TypeClassDescriptionclass
A simple implementation of theCryptoMaterialsCache
using a basic LRU cache.class
ACryptoMaterialsCache
that 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 thisCryptoMaterialsManager
will be bound.