CacheInsertOptions::Dependencies Property

 

Gets or sets the cache dependency.

Namespace:   System.Web.Caching
Assembly:  System.Web (in System.Web.dll)

public:
property CacheDependency^ Dependencies {
	CacheDependency^ get();
	void set(CacheDependency^ value);
}

Property Value

Type: System.Web.Caching::CacheDependency^

The cache dependency.

.NET Framework
Available since 4.7
Return to top
Show: