CacheDependency Constructor
.NET Framework 3.0
Initializes a new instance of the CacheDependency class. Cache Caching Application Data Insert
CacheDependency Members
System.Web.Caching Namespace
Cache
Insert
| Name | Description |
|---|---|
| CacheDependency () | Initializes a new instance of the CacheDependency class. |
| CacheDependency (String) | Initializes a new instance of the CacheDependency class that monitors a file or directory for changes. |
| CacheDependency (String[]) | Initializes a new instance of the CacheDependency class that monitors an array of paths (to files or directories) for changes. |
| CacheDependency (String, DateTime) | Initializes a new instance of the CacheDependency class that monitors a file or directory for changes. |
| CacheDependency (String[], DateTime) | Initializes a new instance of the CacheDependency class that monitors an array of paths (to files or directories) for changes and specifies a time when change monitoring begins. |
| CacheDependency (String[], String[]) | Initializes a new instance of the CacheDependency class that monitors an array of paths (to files or directories), an array of cache keys, or both for changes. |
| CacheDependency (String[], String[], CacheDependency) | Initializes a new instance of the 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 CacheDependency class. |
| CacheDependency (String[], String[], DateTime) | Initializes a new instance of the CacheDependency class that monitors an array of paths (to files or directories), an array of cache keys, or both for changes. |
| CacheDependency (String[], String[], CacheDependency, DateTime) | Initializes a new instance of the 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 CacheDependency class and a time when the change monitoring begins. |
Reference
CacheDependency ClassCacheDependency Members
System.Web.Caching Namespace
Cache
Insert
Other Resources
Caching Application DataCommunity Additions
ADD
Show: