注释类型 ReactiveCaching
-
@Target(METHOD) @Retention(RUNTIME) @Documented public @interface ReactiveCaching
组合
-
-
可选元素概要
可选元素 修饰符和类型 可选元素 说明 ReactiveCacheable[]cacheableReactiveCacheEvict[]evictReactiveCachePut[]put
-
-
-
元素详细资料
-
cacheable
ReactiveCacheable[] cacheable
- 默认值:
- {}
-
-
-
put
ReactiveCachePut[] put
- 默认值:
- {}
-
-
-
evict
ReactiveCacheEvict[] evict
- 默认值:
- {}
-
-