isRasterCached property
Whether this paint layer's pixels currently come from the shared raster cache, so its own painter must draw nothing.
Everything else — hit-testing, selection, the interaction overlay, the repaint-boundary key — stays live. Only meaningful for paint layers; other layer types ignore it.
Implementation
final bool isRasterCached;