Class CacheLoader

  • All Implemented Interfaces:
    Loader

    public class CacheLoader
    extends java.lang.Object
    implements Loader
    • Constructor Summary

      Constructors 
      Constructor Description
      CacheLoader()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String load​(java.net.URI uri, boolean cacheSchema)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CacheLoader

        public CacheLoader()
    • Method Detail

      • load

        public java.lang.String load​(java.net.URI uri,
                                     boolean cacheSchema)
                              throws java.io.IOException
        Specified by:
        load in interface Loader
        Throws:
        java.io.IOException