C# Class Telerik.Web.Mvc.Infrastructure.Implementation.HttpResponseCacher

Class used to cache the http response.
Inheritance: IHttpResponseCacher
Show file Open project: juanplopes/simple-telerik

Public Methods

Method Description
Cache ( System.Web.HttpContextBase context, System.TimeSpan duration ) : void

Set the caching policy.

Method Details

Cache() public method

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.
return void