@Target(value={METHOD,TYPE})
@Retention(value=RUNTIME)
@Inherited
@Documented
public @interface Caching
public abstract Cacheable[] cacheable
public abstract CachePut[] put
public abstract CacheEvict[] evict
Copyright © 2021. All rights reserved.