Initializes a new instance of the KeyExpiration class that monitors an array of
file paths (to files or directories), an array of cache keys, or both for changes.
Namespace: Alachisoft.NCache.Runtime.DependenciesAssembly: Alachisoft.NCache.Runtime (in Alachisoft.NCache.Runtime.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
C# |
---|
public KeyDependency( string[] keys ) |
Visual Basic |
---|
Public Sub New ( _ keys As String() _ ) |
Visual C++ |
---|
public: KeyDependency( array<String^>^ keys ) |
Parameters
- keys
- Type: array<System..::..String>[]()[][]