The members of System.Web.Caching.CacheDependency are listed below.
See Also: Inherited members from System.Object
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. |
[read-only] | HasChanged | bool.
Gets a value indicating whether the System.Web.Caching.CacheDependency object has changed. |
[read-only] | UtcLastModified | DateTime.
Gets the time when the dependency was last changed. |
Dispose()
| ||
GetUniqueID()
|
DependencyDispose()
| ||
FinishInit()
| ||
NotifyDependencyChanged(object, EventArgs)
| ||
SetUtcLastModified(DateTime)
|