[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Adds an entry to this cache.
If the cache is full, the LRU (least recently used) entry is dropped.
Namespace: net.esper.eql.db
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub PutCached ( _ key As Object(), _ value As IList(Of EventBean) _ ) |
C# |
---|
public void PutCached ( Object[] key, IList<EventBean> value ) |
Visual C++ |
---|
public: virtual void PutCached ( array<Object^>^ key, IList<EventBean^>^ value ) sealed |
Parameters
- key
- System.Object[]
the key with which the specified value is to be associated.
- value
- System.Collections.Generic.IList<(Of T>)
a value to be associated with the specified key.