Overload List

  NameDescription
Public methodDNNCacheDependency(String)
Initializes a new instance of the DNNCacheDependency class that monitors a file or directory for changes.
Public methodDNNCacheDependency(array<String>[]()[][])
Initializes a new instance of the DNNCacheDependency class that monitors an array of paths (to files or directories) for changes.
Public methodDNNCacheDependency(CacheDependency)
Initializes a new instance of the DNNCacheDependency class.
Public methodDNNCacheDependency(String, DateTime)
Initializes a new instance of the DNNCacheDependency class that monitors a file or directory for changes.
Public methodDNNCacheDependency(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.
Public methodDNNCacheDependency(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.
Public methodDNNCacheDependency(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.
Public methodDNNCacheDependency(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.
Public methodDNNCacheDependency(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.

See Also