Response.CacheTtl Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Activez la mise en cache du noyau pour la réponse avec le délai d’expiration donné. Http.Sys détermine si la réponse peut être mise en 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)