Annotation Interface Caching
Group annotation for multiple cache annotations (of different or the same type).
This annotation may be used as a meta-annotation to create custom composed annotations with attribute overrides.
- 从以下版本开始:
- 4.0
- 作者:
- Costin Leau, Chris Beams
-
可选元素概要
可选元素
-
元素详细资料
-
cacheable
Cacheable[] cacheable- 默认值:
- {}
-
put
CachePut[] put- 默认值:
- {}
-
evict
CacheEvict[] evict- 默认值:
- {}
-