System.Web.Caching.CacheDependency: Constructor Members

The constructors of System.Web.Caching.CacheDependency are listed below. For a list of all members, see the CacheDependency Members list.

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.Web.Caching.CacheDependency class.

Initializes a new instance of the System.Web.Caching.CacheDependency class that monitors a file or directory for changes.

Initializes a new instance of the System.Web.Caching.CacheDependency class that monitors an array of paths (to files or directories) for changes.

Initializes a new instance of the System.Web.Caching.CacheDependency class that monitors a file or directory for changes.

Initializes a new instance of the System.Web.Caching.CacheDependency class that monitors an array of paths (to files or directories) for changes and specifies a time when change monitoring begins.

Initializes a new instance of the System.Web.Caching.CacheDependency class that monitors an array of paths (to files or directories), an array of cache keys, or both for changes.

Initializes a new instance of the System.Web.Caching.CacheDependency class that monitors an array of paths (to files or directories), an array of cache keys, or both for changes.

Initializes a new instance of the System.Web.Caching.CacheDependency class that monitors an array of paths (to files or directories), an array of cache keys, or both for changes. It also makes itself dependent upon a separate instance of the System.Web.Caching.CacheDependency class.

Initializes a new instance of the System.Web.Caching.CacheDependency class that monitors an array of paths (to files or directories), an array of cache keys, or both for changes. It also makes itself dependent upon another instance of the System.Web.Caching.CacheDependency class and a time when the change monitoring begins.