using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Himall.Core.Helper
{
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;
using System.Threading;
using System.Web;
using System.Web.Caching;
namespace Himall.Core.Helper
{
/// <summary>
/// 自定义缓存帮助类
/// </summary>
public static class CacheHelper
{
static System.Web.Caching.Cache cache;
static object cacheLock