org.objectweb.medor.eval.cache.api
Interface CachedTupleCollection

All Superinterfaces:
TupleCollection
All Known Implementing Classes:
WindowCachedTupleCollection

public interface CachedTupleCollection
extends TupleCollection


Method Summary
 CollectionCache getCache()
           
 
Methods inherited from interface org.objectweb.medor.tuple.api.TupleCollection
close, first, getMetaData, getRow, getTuple, getTuple, isEmpty, isLast, next, row
 

Method Detail

getCache

public CollectionCache getCache()