Uses of Enum
com.github.benmanes.caffeine.jcache.processor.Action
Packages that use Action
-
Uses of Action in com.github.benmanes.caffeine.jcache.processor
Subclasses with type arguments of type Action in com.github.benmanes.caffeine.jcache.processorModifier and TypeClassDescriptionenumThe dominant action that was performed on the entry during processing.Methods in com.github.benmanes.caffeine.jcache.processor that return ActionModifier and TypeMethodDescriptionEntryProcessorEntry.getAction()Returns the dominant action performed by the processor on the entry.static ActionReturns the enum constant of this type with the specified name.static Action[]Action.values()Returns an array containing the constants of this enum type, in the order they are declared.