MCPcopy Create free account
hub / github.com/BaseXdb/basex / cache

Method cache

basex-core/src/main/java/org/basex/api/client/Query.java:87–87  ·  view source on GitHub ↗

Caches the query result. @param full retrieve full type information @throws IOException I/O exception

(boolean full)

Source from the content-addressed store, hash-verified

85 * @throws IOException I/O exception
86 */
87 public abstract void cache(boolean full) throws IOException;
88
89 /**
90 * Returns the next item of the query as string.

Callers 1

moreMethod · 0.95

Calls 8

typeMethod · 0.95
isExtendedMethod · 0.95
readMethod · 0.95
addMethod · 0.95
nextMethod · 0.95
readMethod · 0.65
idMethod · 0.65
addMethod · 0.65

Tested by

no test coverage detected