Annotation Type CacheGroups
A built-in annotation that provides declarative cache management for persistent objects.
- Since:
- 3.1
- See Also:
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionDefines one or more typed cache groups associated with the tagged entity.String[]Defines one or more cache group names associated with the tagged entity.
-
Element Details
-
value
String[] valueDefines one or more cache group names associated with the tagged entity.- Default:
{}
-
groups
CacheGroup[] groupsDefines one or more typed cache groups associated with the tagged entity.- Since:
- 4.0
- Default:
{}
-