Uses of Class
com.github.benmanes.caffeine.jcache.processor.Action
-
Packages that use Action Package Description com.github.benmanes.caffeine.jcache.processor -
-
Uses of Action in com.github.benmanes.caffeine.jcache.processor
Fields in com.github.benmanes.caffeine.jcache.processor declared as Action Modifier and Type Field Description private Action
EntryProcessorEntry. action
Methods in com.github.benmanes.caffeine.jcache.processor that return Action Modifier and Type Method Description Action
EntryProcessorEntry. getAction()
static Action
Action. valueOf(java.lang.String name)
Returns 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.
-