Gets or sets the cache expiration behavior that, when combined with the duration, describes the behavior of the cache that the data source control uses.

Namespace:  Endeca.Web.UI
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
[DefaultValueAttribute(DataSourceCacheExpiry.Sliding)]
public DataSourceCacheExpiry CacheExpirationPolicy { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(DataSourceCacheExpiry.Sliding)> _
Public Property CacheExpirationPolicy As DataSourceCacheExpiry
Visual C++
[DefaultValueAttribute(DataSourceCacheExpiry::Sliding)]
public:
virtual property DataSourceCacheExpiry CacheExpirationPolicy {
	DataSourceCacheExpiry get () sealed;
	void set (DataSourceCacheExpiry value) sealed;
}

See Also