A Map whose entries are persisted to disk transactionally.
This class uses an extra thread to do all persistence. This means that all operations will be immediate, but will return without having taken effect on disk. To flush the disk, call {@link #flush()}.
@author Jesse Wilson
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.