namespace HStation.Assets { /// /// 内存缓存键-为以后增加清除缓存做准备 /// internal class MemoryCacheKey { /// /// 服务层级 /// public const string ServiceLevel = "Service"; /// /// 接口层级 /// public const string WebApiLevel = "WebApi"; /// /// BLL层级 /// public const string BllLevel = "BLL"; /// /// 模块 /// public const string Module = "Xhs"; } }