Click or drag to resize

Cache3DK, V Class

[Missing <summary> documentation for "T:com.espertech.esper.compat.Cache3D`2"]

Inheritance Hierarchy
SystemObject
  com.espertech.esper.compatCache3DK, V

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public sealed class Cache3D<K, V> : ICache<K, V>
where K : class

Type Parameters

K

[Missing <typeparam name="K"/> documentation for "T:com.espertech.esper.compat.Cache3D`2"]

V

[Missing <typeparam name="V"/> documentation for "T:com.espertech.esper.compat.Cache3D`2"]

The Cache3DK, V type exposes the following members.

Constructors
  NameDescription
Public methodCache3DK, V
Initializes a new instance of the Cache3DK, V class
Top
Methods
  NameDescription
Public methodGet
Public methodInvalidate
Public methodPut
Public methodTryGet
Top
See Also