Interface Lazy

All Known Implementing Classes:
B64Lazy, StrLazy

public interface Lazy
Lazy item.
Author:
BaseX Team 2005-21, BSD License, Christian Gruen
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Caches the value.
    boolean
    Indicates if the contents of this item have been cached.
  • Method Details

    • 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
      Throws:
      QueryException - query exception