public static interface CryptoMaterialsCache.EncryptCacheEntry
Note that the EncryptCacheEntry Java object remains valid even after the cache entry is invalidated or evicted; getResult will still return a valid result, for example.
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 © 2023. All rights reserved.