Uses of Package
org.cache2k.processor
-
Packages that use org.cache2k.processor Package Description org.cache2k Main package for cache2k API containing functions to build and access a cache.org.cache2k.processor Entry processor and supporting types for custom atomic operations on a cache entry. -
Classes in org.cache2k.processor used by org.cache2k Class Description EntryMutator Identical to the processor but does not return a result.EntryProcessingResult Result tuple forCache.invokeAll()
.EntryProcessor An invokable function to perform an atomic operation on a cache entry. -
Classes in org.cache2k.processor used by org.cache2k.processor Class Description MutableCacheEntry A mutable entry is used inside theEntryProcessor
to perform updates and retrieve information from a cache entry.