public class NetConfigurationCache
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
NetConfiguration |
add(NetGraphModel model) |
NetConfiguration |
get(NetGraphModel model) |
static NetConfigurationCache |
getInstance() |
NetConfiguration |
getOrAdd(NetGraphModel model) |
NetConfiguration |
remove(NetGraphModel model) |
public static NetConfigurationCache getInstance()
public NetConfiguration add(NetGraphModel model)
public NetConfiguration get(NetGraphModel model)
public NetConfiguration remove(NetGraphModel model)
public NetConfiguration getOrAdd(NetGraphModel model)