Uses of Class
org.redisson.jcache.JMutableEntry.Action
-
Packages that use JMutableEntry.Action Package Description org.redisson.jcache -
-
Uses of JMutableEntry.Action in org.redisson.jcache
Methods in org.redisson.jcache that return JMutableEntry.Action Modifier and Type Method Description JMutableEntry.Action
JMutableEntry. getAction()
static JMutableEntry.Action
JMutableEntry.Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static JMutableEntry.Action[]
JMutableEntry.Action. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-