@Documented
 @Retention(value=RUNTIME)
 @Target(value={FIELD,METHOD,CONSTRUCTOR,PARAMETER,ANNOTATION_TYPE})
public @interface IgniteCacheRef
| Modifier and Type | Required Element and Description | 
|---|---|
java.lang.String | 
value
Name of the cache instance. 
 | 
| Modifier and Type | Optional Element and Description | 
|---|---|
java.lang.String | 
instanceName
The client to used with cache. 
 |