|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Q - type of search requestpublic interface Cache<Q extends SearchRequest>
Interface for cache implementations.
| Method Summary | |
|---|---|
SearchResult |
get(Q request)
Returns the ldap result for the supplied request. |
void |
put(Q request,
SearchResult result)
Stores the ldap result for the supplied request. |
| Method Detail |
|---|
SearchResult get(Q request)
request - to find ldap result with
void put(Q request,
SearchResult result)
request - used to find ldap resultresult - found with request
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||