Service/HStation.Service.Assets.Core/00-core/MemoryCacheKey.cs
¶Ô±ÈÐÂÎļþ @@ -0,0 +1,28 @@ namespace HStation.Assets { /// <summary> /// å åç¼åé®-为以åå¢å æ¸ é¤ç¼åååå¤ /// </summary> public class MemoryCacheKey { /// <summary> /// æå¡å±çº§ /// </summary> public const string ServiceLevel = "Service"; /// <summary> /// æ¥å£å±çº§ /// </summary> public const string WebApiLevel = "WebApi"; /// <summary> /// BLLå±çº§ /// </summary> public const string BLLLevel = "BLL"; /// <summary> /// 模å /// </summary> public const string Module = "Xhs"; } }