Response.CacheTtl Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enable kernel caching for the response with the given timeout. Http.Sys determines if the response can be cached.
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)