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 DecodedValue
get(CacheKey key, NodeCache.Loader loader)
static NoCache
getInstance()
-
-
-
Method Detail
-
get
public DecodedValue get(CacheKey key, NodeCache.Loader loader) throws java.io.IOException
-
getInstance
public static NoCache getInstance()
-
-