|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A simple interface for caching sets
CachedResultSet| Method Summary | |
ResultSet |
get(QuerySpecification query)
Retrieves a result set from the cache |
void |
put(QuerySpecification query,
ResultSet results)
Stores a result set in the cache |
| Method Detail |
public void put(QuerySpecification query,
ResultSet results)
query - the query to store results forresults - the results to cachepublic ResultSet get(QuerySpecification query)
query - the query to get results for
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||