public static interface CryptoMaterialsCache.DecryptCacheEntry
Note that the DecryptCacheEntry 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() |
DecryptionMaterials |
getResult()
Returns the DecryptionMaterials associated with this entry.
|
void |
invalidate()
Advises the cache that this entry should be removed from the cache.
|
DecryptionMaterials getResult()
void invalidate()
long getEntryCreationTime()
Copyright © 2023. All rights reserved.