Condividi tramite


Response.CacheTtl Proprietà

Definizione

Abilitare la memorizzazione nella cache del kernel per la risposta con il timeout specificato. Http.Sys determina se la risposta può essere memorizzata nella cache.

public:
 property Nullable<TimeSpan> CacheTtl { Nullable<TimeSpan> get(); void set(Nullable<TimeSpan> value); };
public TimeSpan? CacheTtl { get; set; }
member this.CacheTtl : Nullable<TimeSpan> with get, set
Public Property CacheTtl As Nullable(Of TimeSpan)

Valore della proprietà

Si applica a