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

Syntax

C#
public void Add(
	string key,
	long value
)
Visual Basic
Public Sub Add ( _
	key As String, _
	value As Long _
)
Visual C++
public:
void Add(
	String^ key, 
	long long value
)

Parameters

key
Type: System..::..String
value
Type: System..::..Int64

See Also