putNode method
Writes to the single node cache.
Implementation
void putNode(LatexNode node, RenderContext context, NodeLayout layout) {
final key = _CacheKey(node, _normalizeContext(context));
_nodeCache.put(key, layout);
}
Writes to the single node cache.
void putNode(LatexNode node, RenderContext context, NodeLayout layout) {
final key = _CacheKey(node, _normalizeContext(context));
_nodeCache.put(key, layout);
}