Interface BootstrapCacheLoader

    • Method Detail

      • isAsynchronous

        boolean isAsynchronous()
        Returns:
        true if this bootstrap loader is asynchronous
      • clone

        java.lang.Object clone()
                        throws java.lang.CloneNotSupportedException
        Clones the loader
        Returns:
        clone of this instance
        Throws:
        java.lang.CloneNotSupportedException - if the object's class does not support the Cloneable interface.