Uses of Interface
net.esper.eql.db.DataCache

Packages that use DataCache
net.esper.eql.db Database SQL polling views and caches 
 

Uses of DataCache in net.esper.eql.db
 

Classes in net.esper.eql.db that implement DataCache
 class DataCacheExpiringImpl
          Implements an expiry-time cache that evicts data when data becomes stale after a given number of seconds.
 class DataCacheLRUImpl
          Query result data cache implementation that uses a least-recently-used algorithm to store and evict query results.
 class DataCacheNullImpl
          Null implementation for a data cache that doesn't ever hit.
 

Methods in net.esper.eql.db that return DataCache
 DataCache DatabaseConfigServiceImpl.getDataCache(String databaseName, EPStatementHandle epStatementHandle)
           
 DataCache DatabaseConfigService.getDataCache(String databaseName, EPStatementHandle epStatementHandle)
          Returns a new cache implementation for this database.
 

Constructors in net.esper.eql.db with parameters of type DataCache
PollingViewable(int myStreamNumber, List<String> inputParameters, PollExecStrategy pollExecStrategy, DataCache dataCache, EventType eventType)
          Ctor.