@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface CacheUpdate
| 限定符和类型 | 必需的元素和说明 |
|---|---|
String |
name
The name of this Cache instance which need a update operation.
|
String |
value |
| 限定符和类型 | 可选元素和说明 |
|---|---|
String |
area
If you want to use multi backend cache system, you can setup multi "cache area" in configuration,
this attribute specifies the name of the "cache area" you want to use.
|
String |
condition
Expression attribute used for conditioning the update.
|
String |
key
Specify the key by expression script, optional.
|
public abstract String name
public abstract String value
public abstract String area
public abstract String key
public abstract String condition
Copyright © 2013–2018. All rights reserved.