Package org.basex.query.value.item
Interface Lazy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
cache(InputInfo info)
Caches the value.boolean
isCached()
Indicates if the contents of this item have been cached.
-
-
-
Method Detail
-
isCached
boolean isCached()
Indicates if the contents of this item have been cached.- Returns:
- result of check
-
cache
void cache(InputInfo info) throws QueryException
Caches the value.- Parameters:
info
- input info (can benull
)- Throws:
QueryException
- query exception
-
-