|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DocumentCache
A cache of GCubeDocument
s to use with CachingReader
s.
Method Summary | |
---|---|
GCubeDocument |
get(java.lang.String id)
Returns a document description from the cache if it exists; |
void |
put(GCubeDocument doc)
Put a document description in the cache. |
Method Detail |
---|
GCubeDocument get(java.lang.String id)
id
- the identifier of the description.
void put(GCubeDocument doc)
doc
- the document
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |