[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)
Implements an expiry-time cache that evicts data when data becomes stale
after a given number of seconds.
Namespace: net.esper.eql.db
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Class DataCacheExpiringImpl _ Implements DataCache, ScheduleCallback |
C# |
---|
public class DataCacheExpiringImpl : DataCache, ScheduleCallback |
Visual C++ |
---|
public ref class DataCacheExpiringImpl : DataCache, ScheduleCallback |