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

Method cache

basex-core/src/main/java/org/basex/query/value/map/XQMap.java:80–86  ·  view source on GitHub ↗
(final boolean lazy, final InputInfo ii)

Source from the content-addressed store, hash-verified

78 }
79
80 @Override
81 public final void cache(final boolean lazy, final InputInfo ii) throws QueryException {
82 forEach((key, value) -> {
83 key.cache(lazy, ii);
84 value.cache(lazy, ii);
85 });
86 }
87
88 @Override
89 public final Value invokeInternal(final QueryContext qc, final InputInfo ii, final Value[] args)

Callers

nothing calls this directly

Calls 2

forEachMethod · 0.95
cacheMethod · 0.65

Tested by

no test coverage detected