How does newTempHashMap work in mapdb? Is it just a file-backed hash map or is there an in-memory caching layer?
Asked
Active
Viewed 123 times
It creates file in temporary folder. File gets deleted when JVM exits.