Overload List
Name | Description | |
---|---|---|
![]() | DNNCacheDependency(String) |
Initializes a new instance of the DNNCacheDependency class that monitors a file or directory for changes.
|
![]() | DNNCacheDependency(array<String>[]()[][]) |
Initializes a new instance of the DNNCacheDependency class that monitors an array of paths (to files or directories) for changes.
|
![]() | DNNCacheDependency(CacheDependency) |
Initializes a new instance of the DNNCacheDependency class.
|
![]() | DNNCacheDependency(String, DateTime) |
Initializes a new instance of the DNNCacheDependency class that monitors a file or directory for changes.
|
![]() | DNNCacheDependency(array<String>[]()[][], DateTime) |
Initializes a new instance of the DNNCacheDependency class that monitors an array of paths
(to files or directories) for changes and specifies a time when change monitoring begins.
|
![]() | DNNCacheDependency(array<String>[]()[][], array<String>[]()[][]) |
Initializes a new instance of the DNNCacheDependency class that monitors an array of paths (to files or directories),
an array of cache keys, or both for changes.
|
![]() | DNNCacheDependency(array<String>[]()[][], array<String>[]()[][], DNNCacheDependency) |
Initializes a new instance of the DNNCacheDependency classthat 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 DNNCacheDependency class.
|
![]() | DNNCacheDependency(array<String>[]()[][], array<String>[]()[][], DateTime) |
Initializes a new instance of the DNNCacheDependency class that monitors an array of paths (to files or directories),
an array of cache keys, or both for changes.
|
![]() | DNNCacheDependency(array<String>[]()[][], array<String>[]()[][], DNNCacheDependency, DateTime) |
Initializes a new instance of the DNNCacheDependency 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 DNNCacheDependency class and a time when the change monitoring begins.
|