|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={METHOD,TYPE}) @Retention(value=RUNTIME) @Inherited @Documented public @interface Caching
Group annotation for multiple cache annotations (of different or the same type).
Optional Element Summary | |
---|---|
Cacheable[] |
cacheable
|
CacheEvict[] |
evict
|
CachePut[] |
put
|
public abstract Cacheable[] cacheable
public abstract CachePut[] put
public abstract CacheEvict[] evict
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |