Uses of Class
com.github.benmanes.caffeine.jcache.processor.EntryProcessorEntry
-
Packages that use EntryProcessorEntry Package Description com.github.benmanes.caffeine.jcache -
-
Uses of EntryProcessorEntry in com.github.benmanes.caffeine.jcache
Methods in com.github.benmanes.caffeine.jcache with parameters of type EntryProcessorEntry Modifier and Type Method Description private @Nullable Expirable<V>
CacheProxy. postProcess(Expirable<V> expirable, EntryProcessorEntry<K,V> entry, long currentTimeMS)
Returns the updated expirable value after performing the post processing actions.
-