PartialCachingAttribute.Duration Property

Definition

Gets the amount of time, in seconds, that cached items should remain in the output cache.

public int Duration { get; }
public int Duration { get; set; }

Property Value

The amount of time, in seconds, a user control should remain in the output cache.

Examples

The following code example demonstrates how the PartialCachingAttribute(Int32) constructor can be applied to a user control. The attribute indicates that the user control can be cached and specifies a 20 second caching duration. This code example is part of a larger example provided for the PartialCachingAttribute class.

// Set the PartialCachingAttribute.Duration property to 20 seconds.
[PartialCaching(20)]
public partial class ctlMine : UserControl

Applies to

Produkt Verze
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1