Return array of cache keys

Namespace: Alachisoft.NCache.Runtime.Dependencies
Assembly: Alachisoft.NCache.Runtime (in Alachisoft.NCache.Runtime.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
public string[] CacheKeys { get; }
Visual Basic
Public ReadOnly Property CacheKeys As String()
	Get
Visual C++
public:
property array<String^>^ CacheKeys {
	array<String^>^ get ();
}

See Also