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