zxl
2025-05-30 8c700eb37f4c005aea3afd5a49dbf3640533efd3
framework/src/main/java/cn/lili/cache/CachePrefix.java
@@ -514,6 +514,11 @@
    SENSITIVE,
    /**
     * 视频评论点赞数量
     */
    VIDEO_COMMENT_LIKE_NUM,
    /**
     * 扫码登录
     *
     * @param str
@@ -536,6 +541,16 @@
    }
    /**
     * 直接把id拼上
     *
     * @param id
     * @return
     */
    public String getPrefixWithId(String id) {
        return "{" + this.name() + "}_" + id;
    }
    /**
     * 通用获取缓存key值
     *
     * @param typeEnum 促销枚举