net 自带cache

using System.Web.Caching;

 Cache cache = new Cache();

原文地址:https://www.cnblogs.com/deepalley/p/11424124.html