public final class LayoutCache
extends java.lang.Object
Constructor and Description |
---|
LayoutCache() |
Modifier and Type | Method and Description |
---|---|
<T> T |
get(long uniqueId) |
LayoutResult |
get(Node<?> node) |
com.facebook.rendercore.LayoutCache.CachedData |
getWriteCacheData() |
void |
put(long uniqueId,
java.lang.Object value) |
void |
put(Node<?> node,
LayoutResult layout) |
public LayoutResult get(Node<?> node)
public void put(Node<?> node, LayoutResult layout)
public <T> T get(long uniqueId)
public void put(long uniqueId, java.lang.Object value)
public com.facebook.rendercore.LayoutCache.CachedData getWriteCacheData()