@Target(value=METHOD) @Retention(value=RUNTIME) @Inherited @Documented public @interface Cache
public abstract String key
public abstract String name
public abstract CacheAspect.RedisDataType dataType
public abstract String condition
public abstract CacheAspect.CacheMethod type
Copyright © 2021. All rights reserved.