ningshuxia
2025-03-07 f1dd96fcf0f0397b0cbcca3ee6ef1936f1e86e45
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";
    }
}