C# Класс Telerik.Web.Mvc.Infrastructure.Implementation.HttpResponseCacher

Class used to cache the http response.
Наследование: IHttpResponseCacher
Показать файл Открыть проект

Открытые методы

Метод Описание
Cache ( System.Web.HttpContextBase context, System.TimeSpan duration ) : void

Set the caching policy.

Описание методов

Cache() публичный Метод

Set the caching policy.
public Cache ( System.Web.HttpContextBase context, System.TimeSpan duration ) : void
context System.Web.HttpContextBase The context.
duration System.TimeSpan The duration.
Результат void