¶Ô±ÈÐÂÎļþ |
| | |
| | | namespace HStation.Assets |
| | | { |
| | | /// <summary> |
| | | /// å
åç¼åé®-为以åå¢å æ¸
é¤ç¼åååå¤ |
| | | /// </summary> |
| | | internal 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"; |
| | | } |
| | | } |