C# 클래스 Telerik.Web.Mvc.Infrastructure.Implementation.HttpResponseCacher

Class used to cache the http response.
상속: IHttpResponseCacher
파일 보기 프로젝트 열기: juanplopes/simple-telerik

공개 메소드들

메소드 설명
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