Package com.maxmind.db
Class NoCache
java.lang.Object
com.maxmind.db.NoCache
- All Implemented Interfaces:
NodeCache
public class NoCache extends Object implements NodeCache
A no-op cache singleton.
-
Nested Class Summary
-
Method Summary
Modifier and Type Method Description Object
get(int key, NodeCache.Loader loader)
static NoCache
getInstance()
-
Method Details
-
get
- Specified by:
get
in interfaceNodeCache
- Throws:
IOException
-
getInstance
-