dump


Description:

public void dump ()

Synchronously writes the cache index out to disk.

Contrast with [method@Cache.flush], which writes pending cache *entries* to disk.

You must call this before exiting if you want your cache data to persist between sessions.

This is not thread safe and must be called only from the thread that created the Cache

Parameters:

this

a Cache