Browse Source

rename cache keys.

deason 2 years ago
parent
commit
94ec7ed48e

+ 10 - 0
examcloud-support/src/main/java/cn/com/qmth/examcloud/support/CacheConstants.java

@@ -14,6 +14,16 @@ public interface CacheConstants {
      */
      */
     String CACHE_B_APP = "$B:APP:";
     String CACHE_B_APP = "$B:APP:";
 
 
+    /**
+     * 缓存 - 登录规则:{loginRuleType}
+     */
+    String CACHE_B_LOGIN_RULE = "$B:LOGIN_RULE:";
+
+    /**
+     * 缓存 - 加密组合配置
+     */
+    String CACHE_B_CRYPTO_CONFIG = "$B:CRYPTO_CONFIG";
+
     /**
     /**
      * 缓存 - 第三方接入信息:{rootOrgId}_{appId}
      * 缓存 - 第三方接入信息:{rootOrgId}_{appId}
      */
      */