@Target(value=METHOD) @Retention(value=RUNTIME) @Inherited public @interface CacheAnn
String
cacheKey
CacheType
cacheType
boolean
eternal
int
expireSeconds
public abstract CacheType cacheType
public abstract int expireSeconds
public abstract boolean eternal
public abstract String cacheKey
Copyright © 2019. All rights reserved.