Uses of Interface
org.objectweb.medor.eval.cache.api.CollectionCache

Packages that use CollectionCache
org.objectweb.medor.eval.cache.api   
org.objectweb.medor.eval.cache.lib   
 

Uses of CollectionCache in org.objectweb.medor.eval.cache.api
 

Methods in org.objectweb.medor.eval.cache.api that return CollectionCache
 CollectionCache CachedTupleCollection.getCache()
           
 

Uses of CollectionCache in org.objectweb.medor.eval.cache.lib
 

Classes in org.objectweb.medor.eval.cache.lib that implement CollectionCache
 class TupleCache
           
 

Methods in org.objectweb.medor.eval.cache.lib that return CollectionCache
 CollectionCache WindowCachedTupleCollection.getCache()
           
 

Constructors in org.objectweb.medor.eval.cache.lib with parameters of type CollectionCache
WindowCachedTupleCollection(TupleCollection tc, CollectionCache tupleCache)