Improving performance

Caching stores data in memory. This allows you to read and write multiple keys at once, significantly improving performance when files contain many keys.

You can create a file in cache by simply setting the storage location to ES3.Location.Cache:

You can store a file in the cache to a permanent local file using ES3.StoreCachedFile.

You can load an existing file into the cache using ES3.CacheFile. You can then read data from this cached file by settings the storage location to cache: