@Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) @Deprecated public @interface CacheGroup
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
groupName
Deprecated.
The name of the cache group with which this type is associated.
|
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
asyncCreate
Deprecated.
A value of true enables asynchronous creates.
|
boolean |
enabled
Deprecated.
Must be set true to enable the cache group.
|
public abstract java.lang.String groupName
public abstract boolean enabled
public abstract boolean asyncCreate