Package org.apache.nutch.util
Class ObjectCache
- java.lang.Object
-
- org.apache.nutch.util.ObjectCache
-
public class ObjectCache extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ObjectCache
get(Configuration conf)
Object
getObject(String key)
boolean
hasObject(String key)
void
setObject(String key, Object value)
-
-
-
Method Detail
-
get
public static ObjectCache get(Configuration conf)
-
hasObject
public boolean hasObject(String key)
-
-