Uses of Class
com.erudika.para.core.annotations.Cached.Action
-
Packages that use Cached.Action Package Description com.erudika.para.core.annotations Various annotation classes used for caching, indexing, etc. -
-
Uses of Cached.Action in com.erudika.para.core.annotations
Methods in com.erudika.para.core.annotations that return Cached.Action Modifier and Type Method Description Cached.Actionaction()static Cached.ActionCached.Action. valueOf(String name)Returns the enum constant of this type with the specified name.static Cached.Action[]Cached.Action. values()Returns an array containing the constants of this enum type, in the order they are declared.
-