Package gov.nasa.pds.citool.util
Class RegistryObjectCache
- java.lang.Object
-
- gov.nasa.pds.citool.util.RegistryObjectCache
-
public class RegistryObjectCache extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
RegistryObject
get(String lid)
static RegistryObjectCache
getInstance()
void
put(RegistryObject ro)
-
-
-
Method Detail
-
getInstance
public static RegistryObjectCache getInstance()
-
put
public void put(RegistryObject ro)
-
get
public RegistryObject get(String lid)
-
clear
public void clear()
-
-