public static interface CryptoMaterialsCache.EncryptCacheEntry
Modifier and Type | Method and Description |
---|---|
long |
getEntryCreationTime() |
EncryptionMaterials |
getResult() |
CryptoMaterialsCache.UsageStats |
getUsageStats() |
default void |
invalidate()
Suggests to the cache that this entry should be removed from the cache.
|
CryptoMaterialsCache.UsageStats getUsageStats()
long getEntryCreationTime()
EncryptionMaterials getResult()
default void invalidate()
Copyright © 2017. All rights reserved.