Package org.terrier.structures.cache
Class GrowingMapQueryStringResultCache
- java.lang.Object
-
- org.terrier.structures.cache.GrowingMapQueryResultCache<java.lang.String>
-
- org.terrier.structures.cache.GrowingMapQueryStringResultCache
-
- All Implemented Interfaces:
QueryResultCache
public class GrowingMapQueryStringResultCache extends GrowingMapQueryResultCache<java.lang.String>
-
-
Constructor Summary
Constructors Constructor Description GrowingMapQueryStringResultCache()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String
hashQuery(SearchRequest q)
-
Methods inherited from class org.terrier.structures.cache.GrowingMapQueryResultCache
add, checkCache, reset
-
-
-
-
Method Detail
-
hashQuery
protected java.lang.String hashQuery(SearchRequest q)
- Specified by:
hashQuery
in classGrowingMapQueryResultCache<java.lang.String>
-
-