文件名称:ASP.NET 4.0 Cache Extensibility
文件大小:349KB
文件格式:PDF
更新时间:2013-04-17 12:47:19
asp.net 4.0 cache
ASP.NET has an in-memory cache exposed through a public cache API since 1.0. In ASP.NET 4.0 the goal is to provide a new factored cache API that is available to both web and non-web applications. The API includes extensibility points that enable third parties to author custom cache implementations and make them available through a common set of APIs. Additionally the tentative plan is to provide a factored version of the ASP.NET in-memory cache as a default cache implementation that plugs into the new extensibility APIs. This document describes a draft design of the factored cache API and the extensibility model for plugging into the factored cache API. Note that this API is just a draft at this point, and as a result the API and release schedule for any implementation is subject to change.