Click or drag to resize

CacheK, V Class

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

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

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

Type Parameters

K

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

V

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

The CacheK, V type exposes the following members.

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