CacheDependency Constructor
Initializes a new instance of the CacheDependency class.
Assembly: System.Web (in System.Web.dll)
| 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^, DateTime) | Initializes a new instance of the CacheDependency class that monitors a file or directory for changes. |
![]() | CacheDependency(array<String^>^) | Initializes a new instance of the CacheDependency class that monitors an array of paths (to files or directories) for changes. |
![]() | CacheDependency(array<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(array<String^>^, array<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(array<String^>^, array<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(array<String^>^, array<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. |
![]() | CacheDependency(array<String^>^, array<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. |

