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) . |
public final V resource
ResourceCache.get(java.lang.Object)
.public final boolean cacheable
ResourceCache
.public Resource(V resource, boolean cacheable)
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.