且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何实现与ASP.NET MVC自定义缓存提供商

更新时间:2022-12-10 12:09:10

缓存没有正式的抽象或供应商,但你可以轻松地构建之一:

Cache doesn't have an official abstraction or provider, but you can easily build one:

ASP.NET 4.0中包括output缓存提供抽象(据我所知的的一般抽象缓存但只为的输出的高速缓存)

ASP.NET 4.0 includes an output cache provider abstraction (AFAIK not a general cache abstraction but only for output caching)