NSView.LayerContentsRedrawPolicy.never
Leave the layer’s contents alone. Never mark the layer as needing display, or draw the view’s contents to the layer. This is how developer created layers (layer-hosting views) are treated.
Declaration
case never