Uses of Package
org.cache2k.core.operation
-
Packages that use org.cache2k.core.operation Package Description org.cache2k.core org.cache2k.core.api org.cache2k.core.operation -
Classes in org.cache2k.core.operation used by org.cache2k.core Class Description ExaminationEntry A entry on the heap cache, used for reading.Progress Interface for cache operation semantics to control the progress of the processing.Semantic Defines the semantic of a cache operation based on Java code that examines the cached entry and callsProgressfor instructing the cache what needs to be done. -
Classes in org.cache2k.core.operation used by org.cache2k.core.api Class Description ExaminationEntry A entry on the heap cache, used for reading. -
Classes in org.cache2k.core.operation used by org.cache2k.core.operation Class Description ExaminationEntry A entry on the heap cache, used for reading.Operations Semantics of all cache operations on entries.Progress Interface for cache operation semantics to control the progress of the processing.ResultEntry Needed for getAll and peekAll to have the valueOrException.Semantic Defines the semantic of a cache operation based on Java code that examines the cached entry and callsProgressfor instructing the cache what needs to be done.Semantic.Base Base class to provide a default for the load result.Semantic.MightUpdate Read a cache entry and do an optional mutation.