@Target(value={METHOD,TYPE})
@Retention(value=RUNTIME)
@Inherited
@Documented
public @interface CacheEvict
Modifier and Type | Required Element and Description |
---|---|
java.lang.String[] |
value |
Modifier and Type | Optional Element and Description |
---|---|
boolean |
allEntries |
boolean |
beforeInvocation |
java.lang.String |
condition |
java.lang.String |
key |
public abstract java.lang.String[] value
public abstract java.lang.String key
public abstract java.lang.String condition
public abstract boolean allEntries
public abstract boolean beforeInvocation