package com.ytpm.constant; /** * 缓存名 * * @author xuwh */ public interface CacheConstant { /** * 缺省缓存 */ String DEFAULT_CACHE = "yt_other:"; /** * 缺省缓存前缀 */ String DEFAULT_CACHE_PREFIX = "default:"; }