Overload List

  NameDescription
Public methodCacheDependency()()()()
Initializes a new instance of the CacheDependency class
Public methodCacheDependency(String)
Initializes a new instance of the CacheDependency class that monitors a file or directory for changes.
Public methodCacheDependency(array<String>[]()[][])
Initializes a new instance of the CacheDependency class that monitors an array of file paths (to files or directories) for changes.
Public methodCacheDependency(ExtensibleDependency)
Creates a CacheDependency instance from extensible dependency.
Public methodCacheDependency(String, DateTime)
Initializes a new instance of the CacheDependency class that monitors a file or directory for changes and indicates when change tracking is to begin.
Public methodCacheDependency(array<String>[]()[][], DateTime)
Initializes a new instance of the CacheDependency class that monitors an array of file paths (to files or directories) for changes and specifies a time when change monitoring begins.
Public methodCacheDependency(array<String>[]()[][], array<String>[]()[][])
Initializes a new instance of the CacheDependency class that monitors an array of file paths (to files or directories), an array of cache keys, or both for changes.
Public methodCacheDependency(array<String>[]()[][], array<String>[]()[][], CacheDependency)
Initializes a new instance of the CacheDependency class that monitors an array of file 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.
Public methodCacheDependency(array<String>[]()[][], array<String>[]()[][], DateTime)
Initializes a new instance of the CacheDependency class that monitors an array of file paths (to files or directories), an array of cache keys, or both for changes.
Public methodCacheDependency(array<String>[]()[][], array<String>[]()[][], CacheDependency, DateTime)
Initializes a new instance of the CacheDependency class that monitors an array of file 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.

See Also