public class PlatformMappedCache<T> extends Object
NativeLinkableGroup
.Constructor and Description |
---|
PlatformMappedCache() |
Modifier and Type | Method and Description |
---|---|
T |
get(CxxPlatform cxxPlatform,
java.util.function.Supplier<T> supplier)
Returns either a cached or computed linkable.
|
public T get(CxxPlatform cxxPlatform, java.util.function.Supplier<T> supplier)