1 Star 0 Fork 246

SpringCCX / AutoLoadCache

forked from qiujiayu / AutoLoadCache 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CacheDelete.java 525 Bytes
一键复制 编辑 原始数据 按行查看 历史
qiujiayu 提交于 2020-03-09 23:33 . remove @author 
package com.jarvis.cache.annotation;
import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Inherited;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* 删除缓存注解
*
*
*/
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
@Inherited
@Documented
public @interface CacheDelete {
CacheDeleteKey[] value() default {};
CacheDeleteMagicKey[] magic() default {};
}
Java
1
https://gitee.com/springccx/AutoLoadCache.git
git@gitee.com:springccx/AutoLoadCache.git
springccx
AutoLoadCache
AutoLoadCache
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891