Instantiate Cpg with storage. If the storage file already exists, it will load (a subset of) the data into memory. Otherwise it will create an empty Cpg. In either case, configuring storage means that OverflowDb will be stored to disk on shutdown (close). I.e. if you want to preserve state between sessions, just use this method to instantiate the Cpg and ensure to properly close it at the end.
Instantiate Cpg with storage. If the storage file already exists, it will load (a subset of) the data into memory. Otherwise it will create an empty Cpg. In either case, configuring storage means that OverflowDb will be stored to disk on shutdown (close). I.e. if you want to preserve state between sessions, just use this method to instantiate the Cpg and ensure to properly close it at the end.
Value parameters
path
to the storage file, e.g. /home/user1/overflowdb.bin