public static class Loader.Resource<V> extends Object
Loader.load(K).| Modifier and Type | Field and Description |
|---|---|
boolean |
cacheable
Whether the resource shall be cached in
ResourceCache. |
V |
resource
The real resource that shall be returned by
ResourceCache.get(java.lang.Object). |
public final V resource
ResourceCache.get(java.lang.Object).public final boolean cacheable
ResourceCache.public Resource(V resource, boolean cacheable)
Copyright © 2018. All rights reserved.