[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)
Puts into the cache a key and a list of rows, or an empty list if zero rows.
Namespace: net.esper.eql.db
The put method is designed to be called when the cache does not contain a key as determined by the get method. Implementations typically simply overwrite any keys put into the cache that already existed in the cache.
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub PutCached ( _ lookupKeys As Object(), _ rows As IList(Of EventBean) _ ) |
C# |
---|
public void PutCached ( Object[] lookupKeys, IList<EventBean> rows ) |
Visual C++ |
---|
public: virtual void PutCached ( array<Object^>^ lookupKeys, IList<EventBean^>^ rows ) sealed |
Parameters
- lookupKeys
- System.Object[]
is the keys to the cache entry
- rows
- System.Collections.Generic.IList<(Of T>)
is a number of rows