Uses of Class
com.github.benmanes.caffeine.jcache.processor.EntryProcessorEntry
Packages that use EntryProcessorEntry
-
Uses of EntryProcessorEntry in com.github.benmanes.caffeine.jcache
Methods in com.github.benmanes.caffeine.jcache with parameters of type EntryProcessorEntryModifier and TypeMethodDescriptionCacheProxy.postProcess
(Expirable<V> expirable, EntryProcessorEntry<K, V> entry, long currentTimeMS) Returns the updated expirable value after performing the post processing actions.