Uses of Interface
com.maxmind.db.NodeCache
-
-
Uses of NodeCache in com.maxmind.db
Classes in com.maxmind.db that implement NodeCache Modifier and Type Class Description class
CHMCache
A simplistic cache using aConcurrentHashMap
.class
NoCache
A no-op cache singleton.Constructors in com.maxmind.db with parameters of type NodeCache Constructor Description Reader(java.io.File database, NodeCache cache)
Constructs a Reader for the MaxMind DB format, with the specified backing cache.Reader(java.io.File database, Reader.FileMode fileMode, NodeCache cache)
Constructs a Reader for the MaxMind DB format, with the specified backing cache.Reader(java.io.InputStream source, NodeCache cache)
Constructs a Reader with the specified backing cache, as if in modeReader.FileMode.MEMORY
, without using aFile
instance.
-