Caches data of lazy items (i.e., those implementing the Lazy interface). By calling this method, the streaming feature of lazy items will be disabled. @param lazy if false, cache immediately. if true, caching is deferred until the data is actually requested @param ii input
(boolean lazy, InputInfo ii)
| 186 | * @throws QueryException query exception |
| 187 | */ |
| 188 | public abstract void cache(boolean lazy, InputInfo ii) throws QueryException; |
| 189 | |
| 190 | /** |
| 191 | * Returns a Java representation of the value. |