C# Class ServiceStack.HttpCacheExtensions

Afficher le fichier Open project: ServiceStack/ServiceStack

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
StripWeakRef ( this eTag ) : string

Method Details

ETagMatch() public static méthode

public static ETagMatch ( this req, string eTag ) : bool
req this
eTag string
Résultat bool

EndNotModified() public static méthode

public static EndNotModified ( this res, string description = null ) : void
res this
description string
Résultat void

Has() public static méthode

public static Has ( this cache, CacheControl flag ) : bool
cache this
flag CacheControl
Résultat bool

HasValidCache() public static méthode

public static HasValidCache ( this req, System.DateTime lastModified ) : bool
req this
lastModified System.DateTime
Résultat bool

HasValidCache() public static méthode

public static HasValidCache ( this req, string eTag ) : bool
req this
eTag string
Résultat bool

HasValidCache() public static méthode

public static HasValidCache ( this req, string eTag, System.DateTime lastModified ) : bool
req this
eTag string
lastModified System.DateTime
Résultat bool

NotModifiedSince() public static méthode

public static NotModifiedSince ( this req, System.DateTime lastModified ) : bool
req this
lastModified System.DateTime
Résultat bool

ShouldAddLastModifiedToOptimizedResults() public static méthode

public static ShouldAddLastModifiedToOptimizedResults ( this feature ) : bool
feature this
Résultat bool