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

Method cache

basex-core/src/main/java/org/basex/query/value/item/Lazy.java:24–24  ·  view source on GitHub ↗

Caches the value. @param info input info (can be null) @throws QueryException query exception

(InputInfo info)

Source from the content-addressed store, hash-verified

22 * @throws QueryException query exception
23 */
24 void cache(InputInfo info) throws QueryException;
25}

Callers 15

runMethod · 0.65
NSScopeMethod · 0.65
readStringMethod · 0.65
cacheMethod · 0.65
scanMethod · 0.65
containsMethod · 0.65
valueMethod · 0.65
itemMethod · 0.65
valueMethod · 0.65
cacheMethod · 0.65
cacheMethod · 0.65
cacheMethod · 0.65

Implementers 3

StrLazybasex-core/src/main/java/org/basex/que
B64Lazybasex-core/src/main/java/org/basex/que
LazyModuleTestbasex-core/src/test/java/org/basex/que

Calls

no outgoing calls

Tested by

no test coverage detected