package com.supervision.constant; public interface UserTokenConstant { String TOKEN_CACHE = "USER:LOGIN:TOKEN:"; String KICK_CHANNEL = "USER:KICK:CHANNEL"; }