[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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

Inheritance Hierarchy

System.Object
  net.esper.eql.db.DataCacheExpiringImpl