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 ActionEntryProcessorEntry. actionMethods in com.github.benmanes.caffeine.jcache.processor that return Action Modifier and Type Method Description ActionEntryProcessorEntry. getAction()static ActionAction. 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.
-