Click or drag to resize

Cache3DK, VPut Method

[Missing <summary> documentation for "M:com.espertech.esper.compat.Cache3D`2.Put(`0,`1)"]

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public V Put(
	K key,
	V value
)

Parameters

key
Type: K

[Missing <param name="key"/> documentation for "M:com.espertech.esper.compat.Cache3D`2.Put(`0,`1)"]

value
Type: V

[Missing <param name="value"/> documentation for "M:com.espertech.esper.compat.Cache3D`2.Put(`0,`1)"]

Return Value

Type: V

[Missing <returns> documentation for "M:com.espertech.esper.compat.Cache3D`2.Put(`0,`1)"]

Implements

ICacheK, VPut(K, V)
See Also