C# 클래스 NeoSmart.Web.EasyCache

파일 보기 프로젝트 열기: neosmart/web

공개 메소드들

메소드 설명
Cache ( this response, System.TimeSpan expiresIn ) : void
NoCache ( this response ) : void

메소드 상세

Cache() 공개 정적인 메소드

public static Cache ( this response, System.TimeSpan expiresIn ) : void
response this
expiresIn System.TimeSpan
리턴 void

NoCache() 공개 정적인 메소드

public static NoCache ( this response ) : void
response this
리턴 void