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