Uses of Interface
com.arsdigita.search.ResultCache

Packages that use ResultCache
com.arsdigita.search Provides a set of APIs for interacting with search engines. 
 

Uses of ResultCache in com.arsdigita.search
 

Classes in com.arsdigita.search that implement ResultCache
 class TimedResultCache
          Implements a timed-expiry result set cache.
 

Fields in com.arsdigita.search declared as ResultCache
static ResultCache Search.NOP_RESULT_CACHE
          A result cache which doesn't do any caching
static ResultCache Search.DEFAULT_RESULT_CACHE
           
 

Methods in com.arsdigita.search with parameters of type ResultCache
static ResultSet Search.process(QuerySpecification spec, ResultCache cache)
          Processes a query specification, returning a cached document result set.
static ResultSet Search.process(QuerySpecification spec, ResultCache cache, String engine)
          Processes a query specification, returning a cached document result set.
 



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC