Uses of Class
org.egothor.cache.CachedRider

Packages that use CachedRider
org.egothor.cache Provides classes that help implementing a cache for the egothor project. 
org.egothor.core.query This package contains objects that represent a structure of a query in our inner and binary form, readers of a barrel and a result queue. 
 

Uses of CachedRider in org.egothor.cache
 

Constructors in org.egothor.cache with parameters of type CachedRider
CachedIListReader(CachedRider cachedBarrel, Barrel barrel, java.lang.String term, int pageSize)
          Constructor for the CachedIListReader object.
 

Uses of CachedRider in org.egothor.core.query
 

Methods in org.egothor.core.query that return CachedRider
static CachedRider Rider.getCache()
          Gets the cache used for caching inverted list pages.