Package com.maxmind.db
Class NoCache
- java.lang.Object
-
- com.maxmind.db.NoCache
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.maxmind.db.NodeCache
NodeCache.Loader
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
get(int key, NodeCache.Loader loader)
static NoCache
getInstance()
-
-
-
Method Detail
-
get
public Object get(int key, NodeCache.Loader loader) throws IOException
- Specified by:
get
in interfaceNodeCache
- Throws:
IOException
-
getInstance
public static NoCache getInstance()
-
-