Annotation Type CacheGroup
Annotation for defining cache group in case different cache types are targeted.
- Since:
- 4.0
- See Also:
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
value
String value- Returns:
- cache group name
-
keyType
Class<?> keyTypeDefines key type of the cache. Could be used for managing external caches that is strictly typed (e.g. JCache).- Default:
java.lang.Void.class
-
valueType
Class<?> valueTypeDefines value type of the cache. Could be used for managing external caches that is strictly typed (e.g. JCache).- Default:
java.lang.Void.class
-