public static class Loader.Resource<V>
extends java.lang.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 © 2005-2011 Potix Corporation. All Rights Reserved.