package admin.config; public class RedisCacheConfigPath { /** * 手持app登录用户缓存 * */ public static final String loginUserCacheKey="qyydp:app:login:login_user_cache_%s"; /** * 温度缓存 */ public static final String weatherTextCacheKey="qyydp:nova:weather_cache"; /** * 门户跳转token */ public static final String syncTokenGetKey="qyydp:system:sync:portal_token"; /** * 门户跳转token */ public static final String syncTokenVerifyKey="qyydp:system:sync:verify_user_token_%s"; }