[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)
Ctor.
Namespace: net.esper.eql.db
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ maxAgeSec As Double, _ purgeIntervalSec As Double, _ schedulingService As SchedulingService, _ scheduleSlot As ScheduleSlot _ ) |
C# |
---|
public DataCacheExpiringImpl ( double maxAgeSec, double purgeIntervalSec, SchedulingService schedulingService, ScheduleSlot scheduleSlot ) |
Visual C++ |
---|
public: DataCacheExpiringImpl ( double maxAgeSec, double purgeIntervalSec, SchedulingService^ schedulingService, ScheduleSlot^ scheduleSlot ) |
Parameters
- maxAgeSec
- System.Double
is the maximum age in seconds
- purgeIntervalSec
- System.Double
is the purge interval in seconds
- schedulingService
- net.esper.schedule.SchedulingService
is a service for call backs at a scheduled time, for purging
- scheduleSlot
- net.esper.schedule.ScheduleSlot
slot for scheduling callbacks for this cache