| Modifier and Type | Class and Description |
|---|---|
class |
CHMCache
A simplistic cache using a
ConcurrentHashMap. |
class |
NoCache
A no-op cache singleton.
|
| Constructor and Description |
|---|
Reader(File database,
NodeCache cache)
Constructs 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 mode
Reader.FileMode.MEMORY, without using a File instance. |
Copyright © 2016 MaxMind, Inc.. All Rights Reserved.