package cache_service //缓存前缀KEY const ( AdminMenu = iota AdminRole ) //缓存TAG标签 const ( AdminAuthTag = iota AdminCmsTag )