|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |