Class Loader.Resource<V>

  • Enclosing interface:
    Loader<K,​V>

    public static class Loader.Resource<V>
    extends java.lang.Object
    Represents the more information about an object loaded by Loader.load(K).
    Since:
    5.0.0
    • Constructor Summary

      Constructors 
      Constructor Description
      Resource​(V resource, boolean cacheable)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Resource

        public Resource​(V resource,
                        boolean cacheable)