派生自 projectDept/qhighschool

EricsHu
2022-12-05 068fc7f2e81178e55fa191a13709af64b1a163f6
src/main/java/com/qxueyou/scc/base/handler/QCacheCleaner.java
@@ -10,12 +10,12 @@
@Retention(RetentionPolicy.RUNTIME)
@Inherited
public @interface QCacheCleaner {
   //阀值(暂不用)
   //阀值(暂不用)
   public int threshold() default 0;
    
   //需要清理的keyTag
   //需要清理的keyTag
   public String clearBucket() default "";
   
   //tag分割正则表达式
   //tag分割正则表达式
   public String bucketSplitReg() default "";    
}