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,
	bool value
)
Visual Basic
Public Sub Add ( _
	key As String, _
	value As Boolean _
)
Visual C++
public:
void Add(
	String^ key, 
	bool value
)

Parameters

key
Type: System..::..String
value
Type: System..::..Boolean

See Also