winter / io.jentz.winter / Graph / dispose

dispose

fun dispose(): Unit

Runs graph dispose plugins and marks this graph as disposed. All resources get released and every retrieval method will throw an exception if called after disposing.

Subsequent calls are ignored.