Method | Description | |
---|---|---|
ComputeFreshness ( |
||
Construct200ok ( |
||
Construct206PartialContent ( |
||
ConstructConditionalRequest ( |
||
ConstructUnconditionalRefreshRequest ( |
||
GetBytesRange ( string ranges, long &start, long &end, long &total, bool isRequest ) : bool | ||
OnValidateRequest ( |
||
ReplaceOrUpdateCacheHeaders ( |
||
TryConditionalRequest ( |
||
TryResponseFromCache ( |
||
ValidateCacheAfterResponse ( |
||
ValidateCacheByClientPolicy ( |
||
ValidateCacheOn5XXResponse ( |
Method | Description | |
---|---|---|
AsciiLettersNoCaseEqual ( string s1, string s2 ) : bool | ||
CheckForRangeRequest ( |
||
OnUpdateCache ( |
||
TryConditionalRangeRequest ( |
||
UnsafeAsciiLettersNoCaseEqual ( char s1, int start, int length, string s2 ) : bool | ||
ValidateCacheBySpecialCases ( |
||
ValidateCacheByVaryHeader ( |
public static ComputeFreshness ( |
||
ctx | ||
return | CacheFreshnessStatus |
public static Construct200ok ( |
||
ctx | ||
return | void |
public static Construct206PartialContent ( |
||
ctx | ||
rangeStart | int | |
return | void |
public static ConstructConditionalRequest ( |
||
ctx | ||
return | CacheValidationStatus |
public static ConstructUnconditionalRefreshRequest ( |
||
ctx | ||
return | void |
public static GetBytesRange ( string ranges, long &start, long &end, long &total, bool isRequest ) : bool | ||
ranges | string | |
start | long | |
end | long | |
total | long | |
isRequest | bool | |
return | bool |
public static OnValidateRequest ( |
||
ctx | ||
return | CacheValidationStatus |
public static ReplaceOrUpdateCacheHeaders ( |
||
ctx | ||
resp | ||
return | void |
public static TryConditionalRequest ( |
||
ctx | ||
return | CacheValidationStatus |
public static TryResponseFromCache ( |
||
ctx | ||
return | CacheValidationStatus |
public static ValidateCacheAfterResponse ( |
||
ctx | ||
resp | ||
return | CacheValidationStatus |
public static ValidateCacheByClientPolicy ( |
||
ctx | ||
return | bool |
public static ValidateCacheOn5XXResponse ( |
||
ctx | ||
return | CacheValidationStatus |