When you call `cellCache` on a `TableColumn`, it c...
# tornadofx
e
When you call
cellCache
on a
TableColumn
, it checks if the current
cellFactory
is "cache aware" by checking for the property
tornadofx.cellCacheCapable
on the TableCell. If it is not present, a default
cellFormat
factory is installed.