org.objectweb.medor.eval.cache.api

Interface CachedTupleCollection

All Superinterfaces:
TupleCollection
Known Implementing Classes:
WindowCachedTupleCollection

public interface CachedTupleCollection
extends TupleCollection

This interface represents a Tuple Collection wich is cached over a CollectionCache object.

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 Details

getCache

public CollectionCache getCache()