Property | Type | Description | |
---|---|---|---|
ICachePolicy | ICachePolicy |
Method | Description | |
---|---|---|
AllowResponseInBrowserHistory ( bool allow ) : |
||
Apply ( System.Web.HttpCachePolicyBase policy ) : void | ||
Clone ( ) : |
||
ETag ( string eTag ) : |
||
NoClientCaching ( ) : |
||
NoServerCaching ( ) : |
||
NoStore ( ) : |
||
NoTransforms ( ) : |
||
OmitVaryStar ( bool omit ) : |
||
PrivateClientCaching ( System.DateTime expirationUtcTimestamp ) : |
||
PrivateClientCaching ( System.TimeSpan maxAge ) : |
||
ProxyMaxAge ( System.TimeSpan maxAge ) : |
||
PublicClientCaching ( System.DateTime expirationUtcTimestamp ) : |
||
PublicClientCaching ( System.TimeSpan maxAge ) : |
||
Reset ( ) : |
||
Revalidation ( HttpCacheRevalidation revalidation ) : |
||
ServerCaching ( System.DateTime expirationUtcTimestamp ) : |
||
ServerCaching ( System.TimeSpan maxAge ) : |
Method | Description | |
---|---|---|
ICachePolicy ( ) : ICachePolicy |
public AllowResponseInBrowserHistory ( bool allow ) : |
||
allow | bool | |
return |
public Apply ( System.Web.HttpCachePolicyBase policy ) : void | ||
policy | System.Web.HttpCachePolicyBase | |
return | void |
public OmitVaryStar ( bool omit ) : |
||
omit | bool | |
return |
public PrivateClientCaching ( System.DateTime expirationUtcTimestamp ) : |
||
expirationUtcTimestamp | System.DateTime | |
return |
public PrivateClientCaching ( System.TimeSpan maxAge ) : |
||
maxAge | System.TimeSpan | |
return |
public ProxyMaxAge ( System.TimeSpan maxAge ) : |
||
maxAge | System.TimeSpan | |
return |
public PublicClientCaching ( System.DateTime expirationUtcTimestamp ) : |
||
expirationUtcTimestamp | System.DateTime | |
return |
public PublicClientCaching ( System.TimeSpan maxAge ) : |
||
maxAge | System.TimeSpan | |
return |
public Revalidation ( HttpCacheRevalidation revalidation ) : |
||
revalidation | HttpCacheRevalidation | |
return |
public ServerCaching ( System.DateTime expirationUtcTimestamp ) : |
||
expirationUtcTimestamp | System.DateTime | |
return |
public ServerCaching ( System.TimeSpan maxAge ) : |
||
maxAge | System.TimeSpan | |
return |