@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) @Inherited @Documented public @interface L2Caching
| 限定符和类型 | 可选元素和说明 |
|---|---|
L2Cacheable[] |
cacheable |
L2CacheEvict[] |
evict |
L2CachePut[] |
put |
public abstract L2Cacheable[] cacheable
public abstract L2CachePut[] put
public abstract L2CacheEvict[] evict
Copyright © 2023. All rights reserved.