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). |
| Constructor and Description |
|---|
Loader.Resource(V resource,
boolean cacheable) |
public final V resource
ResourceCache.get(java.lang.Object).public final boolean cacheable
ResourceCache.public Loader.Resource(V resource, boolean cacheable)
Copyright © 2017. All rights reserved.