C# 클래스 ServiceStack.HttpCacheExtensions

파일 보기 프로젝트 열기: ServiceStack/ServiceStack

공개 메소드들

메소드 설명
ETagMatch ( this req, string eTag ) : bool
EndNotModified ( this res, string description = null ) : void
Has ( this cache, CacheControl flag ) : bool
HasValidCache ( this req, System.DateTime lastModified ) : bool
HasValidCache ( this req, string eTag ) : bool
HasValidCache ( this req, string eTag, System.DateTime lastModified ) : bool
NotModifiedSince ( this req, System.DateTime lastModified ) : bool
ShouldAddLastModifiedToOptimizedResults ( this feature ) : bool

비공개 메소드들

메소드 설명
StripWeakRef ( this eTag ) : string

메소드 상세

ETagMatch() 공개 정적인 메소드

public static ETagMatch ( this req, string eTag ) : bool
req this
eTag string
리턴 bool

EndNotModified() 공개 정적인 메소드

public static EndNotModified ( this res, string description = null ) : void
res this
description string
리턴 void

Has() 공개 정적인 메소드

public static Has ( this cache, CacheControl flag ) : bool
cache this
flag CacheControl
리턴 bool

HasValidCache() 공개 정적인 메소드

public static HasValidCache ( this req, System.DateTime lastModified ) : bool
req this
lastModified System.DateTime
리턴 bool

HasValidCache() 공개 정적인 메소드

public static HasValidCache ( this req, string eTag ) : bool
req this
eTag string
리턴 bool

HasValidCache() 공개 정적인 메소드

public static HasValidCache ( this req, string eTag, System.DateTime lastModified ) : bool
req this
eTag string
lastModified System.DateTime
리턴 bool

NotModifiedSince() 공개 정적인 메소드

public static NotModifiedSince ( this req, System.DateTime lastModified ) : bool
req this
lastModified System.DateTime
리턴 bool

ShouldAddLastModifiedToOptimizedResults() 공개 정적인 메소드

public static ShouldAddLastModifiedToOptimizedResults ( this feature ) : bool
feature this
리턴 bool